Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color output for coverage does not seem to be working #10

Open
Barryrowe opened this issue Oct 5, 2018 · 0 comments
Open

Color output for coverage does not seem to be working #10

Barryrowe opened this issue Oct 5, 2018 · 0 comments

Comments

@Barryrowe
Copy link

I have attempted both using the default colorEnabled and explicitly setting it to true, but it appears that coverage output does not get any color applied:
screen shot 2018-10-05 at 10 32 27 am

config:

consoleReporter {
    jacoco {
        autoconfigureCoverageConfig false
        coverageTaskName "jacocoVariantDevReport"
        reportFile project.file("${buildDir}/reports/jacoco/jacocoVariantDevReport/jacocoVariantDevReport.xml")
        thresholdWarning 50
        colorEnabled true
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant