Skip to content

Commit 3fb739f

Browse files
committed
3.14 coverage doesn't work with plugins
1 parent 85be759 commit 3fb739f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
echo "PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" >> "$GITHUB_ENV"
130130
131131
- name: setup coverage
132-
if: startsWith(matrix.python, 'pypy') || startsWith(matrix.python, '3.12')
132+
if: startsWith(matrix.python, 'pypy') || startsWith(matrix.python, '3.14')
133133
run: |
134134
grep -v plugins .coveragerc > .coveragerc-save
135135
mv .coveragerc-save .coveragerc

0 commit comments

Comments
 (0)