Skip to content

Commit

Permalink
Merge pull request #200 from Kuadrant/codecov-fail-false
Browse files Browse the repository at this point in the history
Avoiding to fail step if CodeCov finds an error
  • Loading branch information
didierofrivia authored Aug 11, 2023
2 parents 317037d + a93156a commit 58758c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@ jobs:
- name: Test and Generate code coverage
run: cargo +nightly llvm-cov --all-features --workspace --lcov --doctests --output-path lcov.info
- name: Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: env.CODECOV_TOKEN != null
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 58758c2

Please sign in to comment.