Skip to content

Commit 39af0d2

Browse files
committed
📝 Add a change note for PR aio-libs#561
1 parent dd799be commit 39af0d2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-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.

0 commit comments

Comments
 (0)