Skip to content

Commit

Permalink
Set COVERAGE_CORE=sysmon
Browse files Browse the repository at this point in the history
This uses an experimental feature available in Python3.12+. Lets see how
it behaves.
  • Loading branch information
Stormheg committed Sep 13, 2024
1 parent 03cf428 commit 21e5249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
TOX_TESTENV_PASSENV: FORCE_COLOR
PIP_DISABLE_PIP_VERSION_CHECK: "1"
PIP_NO_PYTHON_VERSION_WARNING: "1"
COVERAGE_CORE: sysmon # Only supported on Python 3.12+, ignore on older versions
PYTHON_LATEST: "3.12"

jobs:
Expand Down

0 comments on commit 21e5249

Please sign in to comment.