This commit is contained in:
epi
2022-04-14 13:10:56 -05:00
parent d1a74207f4
commit d04e58036e

View File

@@ -22,7 +22,7 @@ jobs:
with:
command: llvm-cov
args: clean --workspace
- run: cargo llcargo llvm-cov nextest --all-features --no-fail-fast --lcov --output-path lcov.info -- --retries 10
- run: cargo llvm-cov nextest --all-features --no-fail-fast --lcov --output-path lcov.info -- --retries 10
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with: