Skip to content

Commit 79f080c

Browse files
committed
ci: restore full windows coverage
Since 01dce85, we don't have a CI job on windows with coverage enabled which runs the full test suite. The unittest/twisted ones only run `test_unittest.py`. Enable coverage for one of the full jobs.
1 parent 7743720 commit 79f080c

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
@@ -139,6 +139,7 @@ jobs:
139139
python: "3.14"
140140
os: windows-latest
141141
tox_env: "py314"
142+
use_coverage: true
142143

143144
# Use separate jobs for different unittest flavors (twisted, asynctest) to ensure proper coverage.
144145
- name: "ubuntu-py310-unittest-asynctest"

0 commit comments

Comments
 (0)