Skip to content

Commit 1049033

Browse files
authored
ci: use --codecov flag on llvm-cov (#159)
1 parent 658372f commit 1049033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
target/
7878
key: cargo-test-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
7979
- name: Generate code coverage
80-
run: cargo +nightly llvm-cov --locked --workspace --lcov --output-path lcov.info
80+
run: cargo +nightly llvm-cov --locked --workspace --codecov --output-path lcov.info
8181
- name: Upload coverage to Codecov
8282
uses: codecov/codecov-action@v5
8383
with:

0 commit comments

Comments
 (0)