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 b1dbd13 commit 49ccae2Copy full SHA for 49ccae2
1 file changed
.github/workflows/test.yml
@@ -86,6 +86,7 @@ jobs:
86
env_vars: OS,PYTHON
87
verbose: true
88
- name: Upload coverage to Codacy
89
+ continue-on-error: true
90
uses: codacy/codacy-coverage-reporter-action@v1
91
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
92
with:
0 commit comments