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 0993db2 commit 8fce879Copy full SHA for 8fce879
.github/workflows/ci.yml
@@ -31,10 +31,8 @@ jobs:
31
run: |
32
pytest test/ --cov=plotting --cov-report=xml --cov-report=term-missing
33
34
- - name: Upload coverage to Codecov
35
- uses: codecov/codecov-action@v3
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
36
with:
37
- file: ./coverage.xml
38
- flags: unittests
39
- name: codecov-umbrella
40
- fail_ci_if_error: false
+ token: ${{ secrets.CODECOV_TOKEN }}
+ slug: RDoerfel/plotting
0 commit comments