Skip to content

Commit 73e7953

Browse files
committed
📝 Add a change note for PR aio-libs#561
1 parent 1156928 commit 73e7953

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

CHANGES/560.contrib.rst

+10
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ Here's a usage example:
1414
1515
For editable installs, this setting is on by default. Otherwise, it's
1616
off unless requested explicitly.
17+
18+
The following produces C-files required for the Cython coverage
19+
plugin to map the measurements back to the PYX-files:
20+
21+
.. code-block:: console
22+
23+
$ python -Im pip install -e .
24+
25+
Alternatively, the `FROZENLIST_CYTHON_TRACING=1` environment variable
26+
can be set to do the same as the :pep:`517` config setting.

CHANGES/561.contrib.rst

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Coverage collection has been implemented for the Cython modules
2+
-- by :user:`webknjaz`.
3+
4+
It will also be reported to Codecov from any non-release CI jobs.

docs/spelling_wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ ClientSession
5050
cls
5151
cmd
5252
codec
53+
Codecov
5354
Codings
5455
committer
5556
committers

0 commit comments

Comments
 (0)