-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
How to get coverage per file #236
Comments
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days. |
No, don't close, there is clearly more interest than just me without any response. |
Also experiencing this with Node.js and the cobertura output of c8. The c8 command outputs per-file coverage and the xml definitely contain per-file coverage as classes but code-coverage-summary only prints per-folder coverage. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days. |
Again, no, don't close, there is clearly more interest than just me without any response. |
Yes I'm trying to work out how to do this today please keep open |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days. |
Any update, @RosalynLP? |
Same problem.... this action is really clean.... but for small script with a few files... It a must have |
sadly no |
Please, can you help me find how I can get more detailed information in the report?
I use Coverage.py to generate the
coverage.cobertura.xml
file which does actually contain the information per file in the directory not just the overall score.This is part of my Github Actions setup:
Maybe I'm just missing something simple but it seems the docs are not really stating how to do this and from the issues it seems people are able to get them, so how would I have to change my setup?
The text was updated successfully, but these errors were encountered: