Skip to content

Commit

Permalink
temporarily disable codecov fail on error. see codecov/codecov-action…
Browse files Browse the repository at this point in the history
  • Loading branch information
ktalley-figure committed Jun 7, 2021
1 parent e18d8b4 commit 242a1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
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 242a1e8

Please sign in to comment.