Skip to content

Commit dd94223

Browse files
author
Shyue Ping Ong
committed
Use codecov instead of coveralls.
1 parent 5637764 commit dd94223

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ jobs:
115115
coverage combine coverage*/.coverage*
116116
coverage report
117117
coverage xml
118-
- name: Coveralls Python
119-
continue-on-error: true
120-
uses: AndreMiras/coveralls-python-action@v20201129
118+
- name: Upload coverage reports to Codecov
119+
uses: codecov/codecov-action@v3
120+
env:
121+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
121122

122123
build_sdist:
123124
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && inputs.task == 'release')

0 commit comments

Comments
 (0)