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 eaa4fb7 commit af42223Copy full SHA for af42223
.github/workflows/qencode-ci.yml
@@ -30,5 +30,6 @@ jobs:
30
run: |
31
poetry run py.test --cov=./ --cov-report=xml
32
- uses: codecov/codecov-action@v1
33
+ continue-on-error: true
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments