Skip to content

Commit 481ed44

Browse files
committed
Set "COVERAGE_CORE: sysmon" for faster tests on 3.12+
1 parent 380bc17 commit 481ed44

5 files changed

Lines changed: 11 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ init:
66
# Uncomment previous line to get RDP access during the build.
77

88
environment:
9+
COVERAGE_CORE: sysmon
910
EXECUTABLE: python.exe
1011
TEST_OPTIONS:
1112
DEPLOY: YES

.github/workflows/test-cygwin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}
2727
cancel-in-progress: true
2828

29+
env:
30+
COVERAGE_CORE: sysmon
31+
2932
jobs:
3033
build:
3134
runs-on: windows-latest

.github/workflows/test-mingw.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}
2727
cancel-in-progress: true
2828

29+
env:
30+
COVERAGE_CORE: sysmon
31+
2932
jobs:
3033
build:
3134
runs-on: windows-latest

.github/workflows/test-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}
2727
cancel-in-progress: true
2828

29+
env:
30+
COVERAGE_CORE: sysmon
31+
2932
jobs:
3033
build:
3134
runs-on: windows-latest

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ concurrency:
2727
cancel-in-progress: true
2828

2929
env:
30+
COVERAGE_CORE: sysmon
3031
FORCE_COLOR: 1
3132

3233
jobs:

0 commit comments

Comments
 (0)