Skip to content

Commit

Permalink
Merge pull request #57 from provenance-io/ktalley/codecov-disable-fail
Browse files Browse the repository at this point in the history
temporarily disable codecov fail on error.
  • Loading branch information
ktalley-figure authored Jun 7, 2021
2 parents e18d8b4 + 242a1e8 commit 247d773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: upload to codecov.io
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
fail_ci_if_error: false
- name: archive code coverage results
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 247d773

Please sign in to comment.