Skip to content

Commit 85a1eef

Browse files
committed
ci: fix
1 parent 27c78c6 commit 85a1eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: "matrix.use_coverage"
5555
run: python -m coverage xml
5656
- name: Upload coverage to Codecov
57-
if: "matrix.use_coverage && ${{ !cancelled() }}"
57+
if: "matrix.use_coverage"
5858
uses: codecov/test-results-action@v1
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)