mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 13:33:02 +01:00
Add `pytest-cov` which automatically measures coverage while tests are
executing and update tox and ci build configuration accordingly.
Add configuration for coverage:
1. Enable analysing logical branches
2. Save coverage details as HTML for local development use
3. Configure the HTML output to include coverage context: on the
right-hand side of each covered code line there is an expandable
section which lists every test that ran that line.
|
||
|---|---|---|
| .. | ||
| changelog_reminder.yaml | ||
| ci.yaml | ||
| formatting_check.yml | ||
| integration_test.yaml | ||