File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ Version 7.10.0 — 2025-07-24
80
80
- ``patch = subprocess `` measures coverage in Python subprocesses created
81
81
with :mod: `subprocess `, :func: `os.system `, or one of the :func: `execv
82
82
<python:os.execl> ` or :func: `spawnv <python:os.spawnl> ` family of
83
- functions. Closes old `issue 367 `_ and duplicate `issue 378 `_.
83
+ functions. Closes old `issue 367 `_, its duplicate `issue 378 `_ and old
84
+ `issue 689 `_.
84
85
85
86
- ``patch = execv `` adjusts the :func: `execv <python:os.execl> ` family of
86
87
functions to save coverage data before ending the current program and
@@ -122,6 +123,7 @@ Version 7.10.0 — 2025-07-24
122
123
.. _issue 312 : https://github.com/nedbat/coveragepy/issues/312
123
124
.. _issue 367 : https://github.com/nedbat/coveragepy/issues/367
124
125
.. _issue 378 : https://github.com/nedbat/coveragepy/issues/378
126
+ .. _issue 689 : https://github.com/nedbat/coveragepy/issues/689
125
127
.. _issue 831 : https://github.com/nedbat/coveragepy/issues/831
126
128
.. _issue 1308 : https://github.com/nedbat/coveragepy/issues/1308
127
129
.. _issue 1673 : https://github.com/nedbat/coveragepy/issues/1673
You can’t perform that action at this time.
0 commit comments