Skip to content

Commit

Permalink
adding --lcov back in
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 25, 2024
1 parent 7d85060 commit c350eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: rustup update stable

- name: Generate code coverage for nextest
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov nextest run --cargo-profile simulator
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --lcov nextest run --cargo-profile simulator

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit c350eee

Please sign in to comment.