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

Add support for 'skip_covered' under reporting #114

Closed
theskumar opened this issue May 9, 2016 · 0 comments · Fixed by #115
Closed

Add support for 'skip_covered' under reporting #114

theskumar opened this issue May 9, 2016 · 0 comments · Fixed by #115

Comments

@theskumar
Copy link
Contributor

coverage 4.0 added support for skip_covered option in the [report] section.

skip_covered (boolean, default False): Don’t include files in the report that are 100% covered files. See Coverage summary for more information.[1]

This lib doesn't seem to recognise and pass this parameter to the coverage runner.

Best.

[1] https://coverage.readthedocs.io/en/coverage-4.0.3/config.html#report

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

Successfully merging a pull request may close this issue.

1 participant