We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
reportJacoco
When running the reportJacoco task directly, it doesn't seem to pick up the configuration for the report file if it has been modified.
Config:
consoleReporter { jacoco { autoconfigureCoverageConfig false coverageTaskName "jacocoVariantDevReport" reportFile project.file("${buildDir}/reports/jacoco/jacocoVariantDevReport/jacocoVariantDevReport.xml") thresholdWarning 50 colorEnabled true } }
If I run the configured coverage task name, the console report is correct:
If I then immediately run reportJacoco I get 0.0%:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the
reportJacoco
task directly, it doesn't seem to pick up the configuration for the report file if it has been modified.Config:
If I run the configured coverage task name, the console report is correct:
If I then immediately run
reportJacoco
I get 0.0%:The text was updated successfully, but these errors were encountered: