Skip to content

Commit

Permalink
[codecov] Avoiding to fail step if it finds an error
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Aug 10, 2023
1 parent 317037d commit 3c642d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
verbose: true
fail_ci_if_error: true
fail_ci_if_error: false

fmt:
name: Rustfmt
Expand Down

0 comments on commit 3c642d6

Please sign in to comment.