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
I'm publishing cobertura coverage information using the new Jenkins Code Coverage API:
publishCoverage adapters: [coberturaAdapter('coverage/coverage.xml')], sourceFileResolver: sourceFiles('STORE_LAST_BUILD')
I see the coverage widget and link to the report for the job, but within that report it's not broken down by file, class, package, etc.
The text was updated successfully, but these errors were encountered:
@dpogue You may need to click the name of the child summary chart (the bottom chart) item to enter the next level. The default name is 'project'.
And, If you cannot find the item, could you provide a screenshot? Thanks!
Sorry, something went wrong.
Ahh, okay... I guess I was expecting that first "project" level to already be expanded
No branches or pull requests
I'm publishing cobertura coverage information using the new Jenkins Code Coverage API:
I see the coverage widget and link to the report for the job, but within that report it's not broken down by file, class, package, etc.
The text was updated successfully, but these errors were encountered: