Skip to content

Commit 8fce879

Browse files
committed
[Maint] use correct coverage upload
1 parent 0993db2 commit 8fce879

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
run: |
3232
pytest test/ --cov=plotting --cov-report=xml --cov-report=term-missing
3333
34-
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v3
34+
- name: Upload coverage reports to Codecov
35+
uses: codecov/codecov-action@v5
3636
with:
37-
file: ./coverage.xml
38-
flags: unittests
39-
name: codecov-umbrella
40-
fail_ci_if_error: false
37+
token: ${{ secrets.CODECOV_TOKEN }}
38+
slug: RDoerfel/plotting

0 commit comments

Comments
 (0)