Skip to content

Commit

Permalink
include build script in coverage (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha authored Nov 29, 2023
1 parent 0fc9a04 commit 93ba908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
"--features sync_reader" \
"--features unaligned"
do
cargo llvm-cov --no-report --doctests --workspace $features
cargo llvm-cov --no-report --include-build-script --doctests --workspace $features
done
cargo llvm-cov report --lcov --output-path lcov.info
Expand Down

0 comments on commit 93ba908

Please sign in to comment.