Skip to content

Commit a25698d

Browse files
committed
Remove sysmon coverage core setting
Coverage.py will now error if incompatible settings are used. In our case, this is the `branch` setting. Coverage on Python 3.14+ should automatically use sysmon.
1 parent 3408397 commit a25698d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111
FORCE_COLOR: "1" # Make tools pretty.
1212
TOX_TESTENV_PASSENV: FORCE_COLOR
1313
PIP_DISABLE_PIP_VERSION_CHECK: "1"
14-
COVERAGE_CORE: sysmon # Only supported on Python 3.12+, ignore on older versions
1514
PYTHON_LATEST: "3.14"
1615

1716
jobs:

0 commit comments

Comments
 (0)