mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-01-10 04:08:11 -08:00
chore(coverage): Fix llvm-cov branch coverage metrics
Without this flag, the generated reports show 0% branch coverage.
This commit is contained in:
@@ -21,7 +21,7 @@ main() {
|
||||
open="1"
|
||||
fi
|
||||
|
||||
exc cargo llvm-cov --all-features --workspace --doctests
|
||||
exc cargo llvm-cov --all-features --workspace --doctests --branch
|
||||
|
||||
exc rm -rf "${OUTPUT_DIR}"
|
||||
exc mkdir -p "${OUTPUT_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user