Skip to content

Commit 9e3bd31

Browse files
committed
upload coverage report to codecov
1 parent 5f6e86e commit 9e3bd31

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
pip install nox
3636
nox -s test
3737
38-
- name: Coveralls
39-
if: matrix.os == 'ubuntu-latest'
40-
uses: AndreMiras/coveralls-python-action@develop
38+
- name: Upload coverage reports to Codecov
39+
uses: codecov/codecov-action@v5
4140
with:
42-
parallel: true
43-
flag-name: py${{ matrix.python-version }}-${{ matrix.os }}
41+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)