Skip to content

Commit 54a4ca4

Browse files
author
Fabien Coelho
committed
confirm expected coverage
1 parent 49c2e12 commit 54a4ca4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ctu.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@ jobs:
4545
- version: "3.14t"
4646
deps: doc,dev,tests
4747
env: PYTHON_GIL=0
48-
# cover: 83.9
49-
cover: 100.0
48+
cover: 83.9
5049
- version: "3.14t"
5150
deps: doc,dev,tests
5251
env: PYTHON_GIL=1
53-
# cover: 83.9
54-
cover: 100.0
52+
cover: 83.9
5553
steps:
5654
# Setup
5755
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)