Skip to content

Commit

Permalink
github: tweak path to lcov.info
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Dec 24, 2024
1 parent d614aaf commit 505549d
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 @@ -66,7 +66,7 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@nextest
- name: Collect coverage data
run: cargo llvm-cov nextest
run: cargo llvm-cov nextest --lcov --output-path lcov.info
- name: Upload test results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
Expand Down

0 comments on commit 505549d

Please sign in to comment.