We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833f102 commit 5fde845Copy full SHA for 5fde845
testing/coverage.rst
@@ -232,7 +232,8 @@ you want the coverage data to end up it will go somewhere you don't expect.
232
If you are running coverage over the entire test suite, make sure to
233
add ``-x test_importlib test_runpy test_trace`` to exclude those tests as
234
they trigger exceptions during coverage; see
235
- https://bugs.python.org/issue10541 and https://bugs.python.org/issue10991.
+ `python/cpython#54750 <https://github.com/python/cpython/issues/54750>`__ and
236
+ `python/cpython#55200 <https://github.com/python/cpython/issues/55200>`__.
237
238
Once the tests are done you will find the directory you specified contains
239
files for each executed module along with which lines were executed how many
0 commit comments