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

Code Coverage API not showing file breakdown #108

Closed
dpogue opened this issue Nov 1, 2018 · 2 comments
Closed

Code Coverage API not showing file breakdown #108

dpogue opened this issue Nov 1, 2018 · 2 comments

Comments

@dpogue
Copy link

dpogue commented Nov 1, 2018

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.

@cizezsy
Copy link
Contributor

cizezsy commented Nov 7, 2018

@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!

@dpogue
Copy link
Author

dpogue commented Nov 7, 2018

Ahh, okay... I guess I was expecting that first "project" level to already be expanded

@dpogue dpogue closed this as completed Nov 7, 2018
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

2 participants