Skip to content

Commit 21e5249

Browse files
committed
Set COVERAGE_CORE=sysmon
This uses an experimental feature available in Python3.12+. Lets see how it behaves.
1 parent 03cf428 commit 21e5249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
TOX_TESTENV_PASSENV: FORCE_COLOR
1313
PIP_DISABLE_PIP_VERSION_CHECK: "1"
1414
PIP_NO_PYTHON_VERSION_WARNING: "1"
15+
COVERAGE_CORE: sysmon # Only supported on Python 3.12+, ignore on older versions
1516
PYTHON_LATEST: "3.12"
1617

1718
jobs:

0 commit comments

Comments
 (0)