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 11, 2023
1 parent 317037d commit ec62d3e
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 ec62d3e

Please sign in to comment.