File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
237238Once the tests are done you will find the directory you specified contains
238239files for each executed module along with which lines were executed how many
You can’t perform that action at this time.
0 commit comments