Skip to content

Commit 528b4d8

Browse files
committed
fix
1 parent 56014c9 commit 528b4d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ jobs:
5151
export PYTHONPATH=MCintegration
5252
pytest --cov --junitxml=junit.xml -o junit_family=legacy --ignore=examples
5353
54-
- name: Upload test results to Codecov
55-
if: ${{ !cancelled() }}
56-
uses: codecov/test-results-action@v1
54+
- name: Upload coverage to Codecov
55+
uses: codecov/codecov-action@v4
5756
with:
5857
token: ${{ secrets.CODECOV_TOKEN }}
5958

0 commit comments

Comments
 (0)