Skip to content

Commit

Permalink
chore: Code coverage used incorrect option, resulting in under-report…
Browse files Browse the repository at this point in the history
…ing of coverage (#642)
  • Loading branch information
scouten-adobe authored Oct 24, 2024
1 parent cda279b commit aa9c17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Generate code coverage
env:
RUST_BACKTRACE: "1"
run: cargo llvm-cov --bins --all-features --lcov --output-path lcov.info
run: cargo llvm-cov --workspace --all-features --lcov --output-path lcov.info

# Tokens aren't available for PRs originating from forks,
# so we don't attempt to upload code coverage in that case.
Expand Down

0 comments on commit aa9c17c

Please sign in to comment.