mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Fix coverage task docs
This commit is contained in:
parent
962c128510
commit
edeb430842
1 changed files with 3 additions and 3 deletions
|
|
@ -344,10 +344,10 @@ environment variable ``SKIP_SLOW_TESTS``, for example::
|
||||||
Coverage
|
Coverage
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
|
|
||||||
Coverage is measured automatically when running the tests. If you find it takes
|
The ``test`` command does not include coverage as it slows down testing. In
|
||||||
a while to calculate, disable it::
|
order to measure it, use the ``test-with-coverage`` task
|
||||||
|
|
||||||
$ poe test --no-cov
|
$ poe test-with-coverage [pytest options]
|
||||||
|
|
||||||
You are welcome to explore coverage by opening the HTML report in
|
You are welcome to explore coverage by opening the HTML report in
|
||||||
``.reports/html/index.html``.
|
``.reports/html/index.html``.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue