Mark the CI as successful regardless of whether uploading to Coverall fails.

This commit is contained in:
Paul Masurel
2022-08-26 07:35:29 +02:00
parent 4ae0317d68
commit 03e4630cd8

View File

@@ -19,6 +19,7 @@ jobs:
run: cargo +nightly llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info