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.
232
232
If you are running coverage over the entire test suite, make sure to
233
233
add ``-x test_importlib test_runpy test_trace `` to exclude those tests as
234
234
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 >`__.
236
237
237
238
Once the tests are done you will find the directory you specified contains
238
239
files for each executed module along with which lines were executed how many
You can’t perform that action at this time.
0 commit comments