문제

Is there a setting I can put in the .coveragerc file under [report] to omit files that have 100% test coverage in my report?

The closest thing I found was the exclude_lines option, but this only works for a regex pattern inside the code of your project, not for the report itself.

도움이 되었습니까?

해결책

I don't believe so. Try submitting a Feature Request or writing such a feature and submitting a Pull Request.

See: http://nedbatchelder.com/code/coverage/config.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top