Skip to content

Commit 5fde845

Browse files
authored
Replace BPO with GitHub links (#1276)
1 parent 833f102 commit 5fde845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/coverage.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ you want the coverage data to end up it will go somewhere you don't expect.
232232
If you are running coverage over the entire test suite, make sure to
233233
add ``-x test_importlib test_runpy test_trace`` to exclude those tests as
234234
they trigger exceptions during coverage; see
235-
https://bugs.python.org/issue10541 and https://bugs.python.org/issue10991.
235+
`python/cpython#54750 <https://github.com/python/cpython/issues/54750>`__ and
236+
`python/cpython#55200 <https://github.com/python/cpython/issues/55200>`__.
236237

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

0 commit comments

Comments
 (0)