mgedmin / coverage-highlight.vim

Vim plugin to highlight Python source code lines that lack test coverage
MIT License
56 stars 5 forks source link

Compatibility with skip_covered #35

Open thatch opened 10 months ago

thatch commented 10 months ago

I have an existing project that I would read the coverage report with my human eyes. This project has skip_covered = true in the configuration, which causes files that are 100% covered to not show up in the report, thus an error when I try :HighlightCoverage.

How would you feel about a PR to add --no-skip-covered to the invocation inside run_coverage_report, or in the default provided by find_coverage_script in case the script isn't just coverage and people would like to override to remove the flag?

mgedmin commented 10 months ago

Please!