We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6e86e commit 9e3bd31Copy full SHA for 9e3bd31
1 file changed
.github/workflows/test.yml
@@ -35,9 +35,7 @@ jobs:
35
pip install nox
36
nox -s test
37
38
- - name: Coveralls
39
- if: matrix.os == 'ubuntu-latest'
40
- uses: AndreMiras/coveralls-python-action@develop
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
41
with:
42
- parallel: true
43
- flag-name: py${{ matrix.python-version }}-${{ matrix.os }}
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments