Skip to content

Commit

Permalink
Replace BPO with GitHub links (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 18, 2024
1 parent 833f102 commit 5fde845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ you want the coverage data to end up it will go somewhere you don't expect.
If you are running coverage over the entire test suite, make sure to
add ``-x test_importlib test_runpy test_trace`` to exclude those tests as
they trigger exceptions during coverage; see
https://bugs.python.org/issue10541 and https://bugs.python.org/issue10991.
`python/cpython#54750 <https://github.com/python/cpython/issues/54750>`__ and
`python/cpython#55200 <https://github.com/python/cpython/issues/55200>`__.

Once the tests are done you will find the directory you specified contains
files for each executed module along with which lines were executed how many
Expand Down

0 comments on commit 5fde845

Please sign in to comment.