We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5effcfe commit ea00787Copy full SHA for ea00787
.github/workflows/python-package.yml
@@ -42,8 +42,8 @@ jobs:
42
run: |
43
coverage run -m pytest --disable-warnings -p no:warnings test
44
- name: Coveralls
45
- if: startsWith(matrix.os, 'ubuntu') && endsWith(matrix.python-version, 3.9)
46
- uses: AndreMiras/coveralls-python-action@develop
+ if: startsWith(matrix.os, 'ubuntu') && endsWith(matrix.python-version, '3.14')
+ uses: coverallsapp/github-action@v2
47
with:
48
parallel: true
49
flag-name: Unit Test
0 commit comments