-
Notifications
You must be signed in to change notification settings - Fork 147
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
'term:skip-covered' should be used in preference to 'term' #324
Comments
Can you just add
to your |
Unfortunately not - I tried that, but it applies to all reports, not just the one output to the terminal. That's what I was alluding to in my original comment here. I also tried re-setting it to false specifically in the |
Ah, sorry; you wrote FWIW, I like the 100% coverage output. Unfortunately, I'm not sure if what you want is supported by coverage. |
Whoops! Sorry for the confusion. Properties - they're all the same, right? ;) |
It is supported - AFAICT that's why 'term:missing' exists, as a special-case way to override |
FYI, this change would have to be made in
We would have to think about how to make this configurable since we still want to support |
Agreed making it configurable would be wise. I have no objection if I have to explicitly turn this on within build.gradle or similar - so long as there's some way for me to do so. |
In reporting to the terminal, the pertinent information is the missing coverage - I don't need to see a long list of files with 100% coverage. I still want that in the other reports, because e.g. my CI pipeline might set requirements on overall coverage - so I can't just put 'skip_covered = true' in my setup.cfg.
The text was updated successfully, but these errors were encountered: