Skip to content

Commit d6e621a

Browse files
committedApr 25, 2023
docs: clean up for #1610. Thanks, Brian Grohe.
1 parent c6610b3 commit d6e621a

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed
 

‎CHANGES.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ development at the same time, such as 4.5.x and 5.0.
2020
Unreleased
2121
----------
2222

23-
Nothing yet.
23+
- Docs: a new :ref:`Migrating page <migrating>` with details about how to
24+
migrate between major versions of coverage.py. It currently covers the
25+
wildcard changes in 7.x. Thanks, `Brian Grohe <pull 1610_>`_.
2426

27+
.. _pull 1610: https://github.com/nedbat/coveragepy/pull/1610
2528

2629
.. scriv-start-here
2730

‎CONTRIBUTORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Bill Hart
3232
Bradley Burns
3333
Brandon Rhodes
3434
Brett Cannon
35+
Brian Grohe
3536
Bruno P. Kinoshita
3637
Buck Evan
3738
Calen Pennington

‎doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,5 @@ More information
234234
trouble
235235
faq
236236
Change history <changes>
237-
Migrating version notes <migrations>
237+
migrating
238238
sleepy

‎doc/migrations.rst ‎doc/migrating.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
22
.. For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33
4-
.. _migrations:
4+
.. _migrating:
55

66
==========================
77
Migrating between versions
88
==========================
99

10+
New major versions of coverage.py might require you to adjust your settings,
11+
options, or other aspects of your use. This page details those changes.
12+
1013
.. _migrating_6x_7x:
1114

12-
Migrating 6.5.x — 7.0.x
13-
-----------------------
15+
Migrating from 6.x to 7.x
16+
-------------------------
1417

15-
- The way that wildcards when specifying file paths work in certain cases has changed in 7.0.x:
18+
- The way that wildcards when specifying file paths work in certain cases has changed in 7.x:
1619

1720
- Previously, ``*`` would incorrectly match directory separators, making
1821
precise matching difficult. Patterns such as ``*tests/*``

0 commit comments

Comments
 (0)
Please sign in to comment.