How to omit reporting files that have 100% coverage in Coverage.py
How to omit reporting files that have 100% coverage in Coverage.py Question: 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 …