Skip to content

Commit

Permalink
fix coverage after docker update
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Sep 28, 2024
1 parent 2d0b128 commit 082312f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Generate test lcov coverage into coverage/ dir
run: |
cargo install --force cargo-llvm-cov
mkdir -p coverage
/opt/cargo/bin/cargo llvm-cov --all --locked --lcov --output-path coverage/coverage.lcov
# this uses the result of the previous run to generate a text summary
Expand Down

0 comments on commit 082312f

Please sign in to comment.