@@ -24,7 +24,7 @@ Unreleased
24
24
The original style (``--format=text ``) is the default.
25
25
26
26
- Using ``--format=markdown `` will write the table in Markdown format, thanks
27
- to Steve Oswald in ` pull 1479 `_, closing `issue 1418 `_.
27
+ to ` Steve Oswald < pull 1479 _> `_, closing `issue 1418 `_.
28
28
29
29
- Using ``--format=total `` will write a single total number to the
30
30
output. This can be useful for making badges or writing status updates.
@@ -45,10 +45,10 @@ Unreleased
45
45
46
46
- The ``[run] note `` setting has been completely removed.
47
47
48
- .. _pull 1479 : https://github.com/nedbat/coveragepy/pull/1479
49
48
.. _issue 1418 : https://github.com/nedbat/coveragepy/issues/1418
50
49
.. _issue 1421 : https://github.com/nedbat/coveragepy/issues/1421
51
50
.. _issue 1470 : https://github.com/nedbat/coveragepy/issues/1470
51
+ .. _pull 1479 : https://github.com/nedbat/coveragepy/pull/1479
52
52
53
53
54
54
.. _changes_6-6-0b1 :
@@ -99,7 +99,7 @@ Version 6.5.0 — 2022-09-29
99
99
--------------------------
100
100
101
101
- The JSON report now includes details of which branches were taken, and which
102
- are missing for each file. Thanks, Christoph Blessing (` pull 1438 `_) . Closes
102
+ are missing for each file. Thanks, ` Christoph Blessing < pull 1438 _>`_ . Closes
103
103
`issue 1425 `_.
104
104
105
105
- Starting with coverage.py 6.2, ``class `` statements were marked as a branch.
@@ -119,8 +119,8 @@ Version 6.5.0 — 2022-09-29
119
119
.. _PEP 517 : https://peps.python.org/pep-0517/
120
120
.. _issue 1395 : https://github.com/nedbat/coveragepy/issues/1395
121
121
.. _issue 1425 : https://github.com/nedbat/coveragepy/issues/1425
122
- .. _pull 1438 : https://github.com/nedbat/coveragepy/pull/1438
123
122
.. _issue 1449 : https://github.com/nedbat/coveragepy/issues/1449
123
+ .. _pull 1438 : https://github.com/nedbat/coveragepy/pull/1438
124
124
125
125
126
126
.. _changes_6-4-4 :
@@ -136,29 +136,28 @@ Version 6.4.4 — 2022-08-16
136
136
Version 6.4.3 — 2022-08-06
137
137
--------------------------
138
138
139
- - Fix a failure when combining data files if the file names contained
140
- glob-like patterns (`pull 1405 `_). Thanks, Michael Krebs and Benjamin
141
- Schubert.
139
+ - Fix a failure when combining data files if the file names contained glob-like
140
+ patterns. Thanks, `Michael Krebs and Benjamin Schubert <pull 1405 _>`_.
142
141
143
142
- Fix a messaging failure when combining Windows data files on a different
144
- drive than the current directory. (` pull 1430 `_, fixing `issue 1428 `_).
145
- Thanks, Lorenzo Micò .
143
+ drive than the current directory, closing `issue 1428 `_. Thanks, ` Lorenzo
144
+ Micò <pull 1430_> `_ .
146
145
147
146
- Fix path calculations when running in the root directory, as you might do in
148
- a Docker container: ` pull 1403 `_, thanks Arthur Rio.
147
+ a Docker container. Thanks ` Arthur Rio < pull 1403 _>`_ .
149
148
150
149
- Filtering in the HTML report wouldn't work when reloading the index page.
151
- This is now fixed (` pull 1413 `_) . Thanks, Marc Legendre.
150
+ This is now fixed. Thanks, ` Marc Legendre < pull 1413 _>`_ .
152
151
153
- - Fix a problem with Cython code measurement (` pull 1347 `_, fixing ` issue
154
- 972 `_). Thanks, Matus Valo.
152
+ - Fix a problem with Cython code measurement, closing ` issue 972 `_. Thanks,
153
+ ` Matus Valo < pull 1347 _>`_ .
155
154
156
155
.. _issue 972 : https://github.com/nedbat/coveragepy/issues/972
156
+ .. _issue 1428 : https://github.com/nedbat/coveragepy/issues/1428
157
157
.. _pull 1347 : https://github.com/nedbat/coveragepy/pull/1347
158
158
.. _pull 1403 : https://github.com/nedbat/coveragepy/issues/1403
159
159
.. _pull 1405 : https://github.com/nedbat/coveragepy/issues/1405
160
160
.. _pull 1413 : https://github.com/nedbat/coveragepy/issues/1413
161
- .. _issue 1428 : https://github.com/nedbat/coveragepy/issues/1428
162
161
.. _pull 1430 : https://github.com/nedbat/coveragepy/pull/1430
163
162
164
163
@@ -175,10 +174,10 @@ Version 6.4.2 — 2022-07-12
175
174
176
175
- Internal debugging data added to sys.modules is now an actual module, to
177
176
avoid confusing code that examines everything in sys.modules. Thanks,
178
- Yilei Yang (` pull 1399 `_) .
177
+ ` Yilei Yang < pull 1399 _>`_ .
179
178
180
- .. _pull 1399 : https://github.com/nedbat/coveragepy/pull/1399
181
179
.. _issue 1419 : https://github.com/nedbat/coveragepy/issues/1419
180
+ .. _pull 1399 : https://github.com/nedbat/coveragepy/pull/1399
182
181
183
182
184
183
.. _changes_6-4-1 :
0 commit comments