Skip to content

Commit

Permalink
github: ignore codecov errors
Browse files Browse the repository at this point in the history
codecov has an outage today. Make this upload optional.
  • Loading branch information
ktdreyer authored and mergify[bot] committed Oct 13, 2021
1 parent 8ed0c4d commit c33569c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

test-collection:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c33569c

Please sign in to comment.