Skip to content

Commit af42223

Browse files
committed
Allow action to continue even if codecov fails
1 parent eaa4fb7 commit af42223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/qencode-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
run: |
3131
poetry run py.test --cov=./ --cov-report=xml
3232
- uses: codecov/codecov-action@v1
33+
continue-on-error: true
3334
with:
3435
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)