Skip to content

Commit

Permalink
Don't fail if code coverage upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Dec 23, 2019
1 parent 85b7c3a commit fbb8894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
token: ${{ secrets.CodeCovToken }}
file: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

- name: Build Packages
run: |
Expand Down

0 comments on commit fbb8894

Please sign in to comment.