mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 05:23:05 +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.
|
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| flake8-problem-matcher.json | ||
| pull_request_template.md | ||
| sphinx-problem-matcher.json | ||
| stale.yml | ||