chore(coverage): Fix llvm-cov branch coverage metrics

Without this flag, the generated reports show 0% branch coverage.
This commit is contained in:
Philipp Dresselmann
2024-12-16 14:51:36 +01:00
parent a996f194c7
commit cee0678817

View File

@@ -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}"