We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c78c6 commit 85a1eefCopy full SHA for 85a1eef
1 file changed
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
if: "matrix.use_coverage"
55
run: python -m coverage xml
56
- name: Upload coverage to Codecov
57
- if: "matrix.use_coverage && ${{ !cancelled() }}"
+ if: "matrix.use_coverage"
58
uses: codecov/test-results-action@v1
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments