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 5637764 commit dd94223Copy full SHA for dd94223
.github/workflows/test.yml
@@ -115,9 +115,10 @@ jobs:
115
coverage combine coverage*/.coverage*
116
coverage report
117
coverage xml
118
- - name: Coveralls Python
119
- continue-on-error: true
120
- uses: AndreMiras/coveralls-python-action@v20201129
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v3
+ env:
121
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
122
123
build_sdist:
124
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && inputs.task == 'release')
0 commit comments