Skip to content

Commit f70aca5

Browse files
committed
IMPROVEMENT: switch from codecov.io to coveralls.io
1 parent 9fa3773 commit f70aca5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,10 @@ jobs:
9191
name: coverage-3.9-xml
9292

9393
- name: Upload coverage xml report to codecov.io
94-
uses: codecov/codecov-action@v5
94+
uses: coverallsapp/github-action@v2
9595
with:
96-
verbose: true
96+
github-token: ${{ secrets.GITHUB_TOKEN }}
9797
files: coverage.xml
98-
env:
99-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10098

10199
# TODO: create a badge that presents the result of the Upload coverage xml report step
102100

0 commit comments

Comments
 (0)