Skip to content

Commit 49ccae2

Browse files
committed
💚 allow Codacy coverage upload to continue on error in CI workflow
1 parent b1dbd13 commit 49ccae2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
env_vars: OS,PYTHON
8787
verbose: true
8888
- name: Upload coverage to Codacy
89+
continue-on-error: true
8990
uses: codacy/codacy-coverage-reporter-action@v1
9091
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
9192
with:

0 commit comments

Comments
 (0)