coveragepy
coveragepy copied to clipboard
The code coverage tool for Python
might help with #1310
It's useful to be able to determine in advance of running an analysis what the current configuration is. This adds support for exposing the end resulting configuration via cmd ex....
While working on a dynamic context plugin I encountered an issue where contexts are not unique(I think it's related to subprocess coverage, but I haven't been able to create a...
Better reports
fix for #1056
Hi, While developing new coverage plugins I found that they received invalid arcs when branch coverage was turned on. An example of an obviously invalid arc is one which contains...
I came across the same bug noted [in this comment](https://github.com/nedbat/django_coverage_plugin/issues/71#issuecomment-678193581) when using django plugin alongside both source/include _and_ omit would cause a bunch of already-imported warnings for the plugin's dependencies:...