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 56014c9 commit 528b4d8Copy full SHA for 528b4d8
.github/workflows/CI.yml
@@ -51,9 +51,8 @@ jobs:
51
export PYTHONPATH=MCintegration
52
pytest --cov --junitxml=junit.xml -o junit_family=legacy --ignore=examples
53
54
- - name: Upload test results to Codecov
55
- if: ${{ !cancelled() }}
56
- uses: codecov/test-results-action@v1
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v4
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
59
0 commit comments