@@ -110,14 +110,17 @@ Version 7.3.0 — 2023-08-12
110
110
Version 7.2.7 — 2023-05-29
111
111
--------------------------
112
112
113
- - Fix: reverted a `change from 6.4.3 <pull 1347 _ >`_ that helped Cython, but
113
+ - Fix: reverted a `change from 6.4.3 <pull 1347b _ >`_ that helped Cython, but
114
114
also increased the size of data files when using dynamic contexts, as
115
115
described in the now-fixed `issue 1586 `_. The problem is now avoided due to a
116
- recent change (`issue 1538 `_). Thanks to `Anders Kaseorg <pull 1629 _>`_
117
- and David Szotten for persisting with problem reports and detailed diagnoses.
116
+ recent change (`issue 1538 <issue 1538b _>`_). Thanks to `Anders Kaseorg
117
+ <pull 1629_> `_ and David Szotten for persisting with problem reports and
118
+ detailed diagnoses.
118
119
119
120
- Wheels are now provided for CPython 3.12.
120
121
122
+ .. _pull 1347b : https://github.com/nedbat/coveragepy/pull/1347
123
+ .. _issue 1538b : https://github.com/nedbat/coveragepy/issues/1538
121
124
.. _issue 1586 : https://github.com/nedbat/coveragepy/issues/1586
122
125
.. _pull 1629 : https://github.com/nedbat/coveragepy/pull/1629
123
126
@@ -421,8 +424,10 @@ matching and path remapping with the ``[paths]`` setting (see
421
424
:ref: `config_paths `). These changes might affect you, and require you to
422
425
update your settings.
423
426
424
- (This release includes the changes from `6.6.0b1 <changes_6-6-0b1 _>`_, since
425
- 6.6.0 was never released.)
427
+ (This release includes the changes from `6.6.0b1 `__, since 6.6.0 was never
428
+ released.)
429
+
430
+ __ https://coverage.readthedocs.io/en/latest/changes.html#changes-6-6-0b1
426
431
427
432
- Changes to file pattern matching, which might require updating your
428
433
configuration:
@@ -525,8 +530,9 @@ update your settings.
525
530
Version 6.6.0b1 — 2022-10-31
526
531
----------------------------
527
532
528
- (Note: 6.6.0 final was never released. These changes are part of `7.0.0b1
529
- <changes_7-0-0b1_> `_.)
533
+ (Note: 6.6.0 final was never released. These changes are part of `7.0.0b1 `__.)
534
+
535
+ __ https://coverage.readthedocs.io/en/latest/changes.html#changes-7-0-0b1
530
536
531
537
- Changes to file pattern matching, which might require updating your
532
538
configuration:
@@ -835,7 +841,8 @@ Version 6.2 — 2021-11-26
835
841
early, preventing the exclusion of the decorated function. This is now fixed.
836
842
837
843
- Fix: The HTML report now will not overwrite a .gitignore file that already
838
- exists in the HTML output directory (follow-on for `issue 1244 `_).
844
+ exists in the HTML output directory (follow-on for `issue 1244
845
+ <issue 1244b_> `_).
839
846
840
847
- API: The exceptions raised by Coverage.py have been specialized, to provide
841
848
finer-grained catching of exceptions by third-party code.
@@ -855,6 +862,7 @@ Version 6.2 — 2021-11-26
855
862
.. _issue 1012 : https://github.com/nedbat/coveragepy/issues/1012
856
863
.. _issue 1082 : https://github.com/nedbat/coveragepy/issues/1082
857
864
.. _issue 1203 : https://github.com/nedbat/coveragepy/issues/1203
865
+ .. _issue 1244b : https://github.com/nedbat/coveragepy/issues/1244
858
866
859
867
860
868
.. _changes_612 :
@@ -878,14 +886,15 @@ Version 6.1.2 — 2021-11-10
878
886
files (`django_coverage_plugin issue 78 `_).
879
887
880
888
- Fix: Removed another vestige of jQuery from the source tarball
881
- (`issue 840 `_).
889
+ (`issue 840 < issue 840b _> `_).
882
890
883
891
- Fix: Added a default value for a new-to-6.x argument of an internal class.
884
892
This unsupported class is being used by coveralls (`issue 1273 `_). Although
885
893
I'd rather not "fix" unsupported interfaces, it's actually nicer with a
886
894
default value.
887
895
888
896
.. _django_coverage_plugin issue 78 : https://github.com/nedbat/django_coverage_plugin/issues/78
897
+ .. _issue 840b : https://github.com/nedbat/coveragepy/issues/840
889
898
.. _issue 1147 : https://github.com/nedbat/coveragepy/issues/1147
890
899
.. _issue 1270 : https://github.com/nedbat/coveragepy/issues/1270
891
900
.. _issue 1271 : https://github.com/nedbat/coveragepy/issues/1271
@@ -1039,12 +1048,13 @@ Version 6.0 — 2021-10-03
1039
1048
Fixes `issue 1205 `_.
1040
1049
1041
1050
- Fix another rarer instance of "Error binding parameter 0 - probably
1042
- unsupported type." (`issue 1010 `_).
1051
+ unsupported type." (`issue 1010 < issue 1010b _> `_).
1043
1052
1044
1053
- Creating a directory for the coverage data file now is safer against
1045
1054
conflicts when two coverage runs happen simultaneously (`pull 1220 `_).
1046
1055
Thanks, Clément Pit-Claudel.
1047
1056
1057
+ .. _issue 1010b : https://github.com/nedbat/coveragepy/issues/1010
1048
1058
.. _issue 1035 : https://github.com/nedbat/coveragepy/issues/1035
1049
1059
.. _issue 1105 : https://github.com/nedbat/coveragepy/issues/1105
1050
1060
.. _issue 1163 : https://github.com/nedbat/coveragepy/issues/1163
0 commit comments