Skip to content

Commit

Permalink
Fix: Do not fail step when sending code coverage failed
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Oct 31, 2019
1 parent d0dcee9 commit f9d9c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
- name: Send code coverage report to Codecov.io
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash codecov -Z
run: bash codecov

0 comments on commit f9d9c8e

Please sign in to comment.