#coveragepy

[ follow ]
#branch-coverage
Nedbatchelder
3 weeks ago
Python

Coverage branches instead of arcs

Refactoring tests in coverage.py to focus on branch monitoring over complete arcs simplifies the code and enhances efficiency with sys.monitoring. [ more ]
Nedbatchelder
1 month ago
JavaScript

Pushing back on sys.monitoring

Efficient branch coverage with sys.monitoring API remains challenging, as the disabling behavior for branches creates gaps in tracking execution. [ more ]
Nedbatchelder
3 months ago
JavaScript

Coverage at a crossroads

Coverage.py is undergoing changes to reduce execution-time overhead, causing complexity in maintaining coverage accuracy. [ more ]
Nedbatchelder
3 weeks ago
Python

Coverage branches instead of arcs

Refactoring tests in coverage.py to focus on branch monitoring over complete arcs simplifies the code and enhances efficiency with sys.monitoring. [ more ]
Nedbatchelder
1 month ago
JavaScript

Pushing back on sys.monitoring

Efficient branch coverage with sys.monitoring API remains challenging, as the disabling behavior for branches creates gaps in tracking execution. [ more ]
Nedbatchelder
3 months ago
JavaScript

Coverage at a crossroads

Coverage.py is undergoing changes to reduce execution-time overhead, causing complexity in maintaining coverage accuracy. [ more ]
morebranch-coverage
Nedbatchelder
5 months ago
JavaScript

Try it: function/class coverage report

Experimental function and class coverage reports added to coverage.py for feedback.
New reports categorize nested functions and classes separately to ensure every line is part of one entity.
Reports include sortable columns and filtering options for better analysis. [ more ]
[ Load more ]