From 5fde84570b70127d5246df2ad5cbbfba6158c4b6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:34:02 +0200 Subject: [PATCH] Replace BPO with GitHub links (#1276) --- testing/coverage.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/coverage.rst b/testing/coverage.rst index 62f0751481..93273793a3 100644 --- a/testing/coverage.rst +++ b/testing/coverage.rst @@ -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 `__ and + `python/cpython#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