@@ -22,13 +22,14 @@ This list is detailed and covers changes in each pre-release version.
22
22
Unreleased
23
23
----------
24
24
25
- - Feature: Added the `lcov ` command to generate reports in LCOV format.
26
- Thanks, Bradley Burns. Closes `issue 587 `_ and `issue 626 `_.
25
+ - Feature: Added the ``lcov `` command to generate reports in LCOV format.
26
+ Thanks, `Bradley Burns <pull 1289 _>`_. Closes issues `587 <issue 587 _>`_
27
+ and `626 <issue 626 _>`_.
27
28
28
29
- Feature: the coverage data file can now be specified on the command line with
29
30
the ``--data-file `` option in any command that reads or writes data. This is
30
31
in addition to the existing ``COVERAGE_FILE `` environment variable. Closes
31
- `issue 624 `_. Thanks, Nikita Bloshchanevich.
32
+ `issue 624 `_. Thanks, ` Nikita Bloshchanevich < pull 1304 _>`_ .
32
33
33
34
- Feature: coverage measurement data will now be written when a SIGTERM signal
34
35
is received by the process. This includes
@@ -42,13 +43,13 @@ Unreleased
42
43
43
44
- Fix: the coverage data file is now created in a more robust way, to avoid
44
45
problems when multiple processes are trying to write data at once. Fixes
45
- ` issue 1303 `_ and `issue 883 `_.
46
+ issues ` 1303 < issue 1303 _> `_ and `883 < issue 883 _> `_.
46
47
47
48
- Fix: a .gitignore file will only be written into the HTML report output
48
49
directory if the directory is empty. This should prevent certain unfortunate
49
50
accidents of writing the file where it is not wanted.
50
51
51
- - Releases now have MacOS arm64 wheels for Apple Silicon (fixes `issue 1288 `_) .
52
+ - Releases now have MacOS arm64 wheels for Apple Silicon, fixing `issue 1288 `_.
52
53
53
54
.. _issue 587 : https://github.com/nedbat/coveragepy/issues/587
54
55
.. _issue 624 : https://github.com/nedbat/coveragepy/issues/624
@@ -58,7 +59,8 @@ Unreleased
58
59
.. _issue 1294 : https://github.com/nedbat/coveragepy/issues/1294
59
60
.. _issue 1303 : https://github.com/nedbat/coveragepy/issues/1303
60
61
.. _issue 1307 : https://github.com/nedbat/coveragepy/issues/1307
61
-
62
+ .. _pull 1289 : https://github.com/nedbat/coveragepy/pull/1289
63
+ .. _pull 1304 : https://github.com/nedbat/coveragepy/pull/1304
62
64
63
65
.. _changes_62 :
64
66
0 commit comments