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 0421dd4 commit bec3501Copy full SHA for bec3501
.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