-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge coverages generated under v1 and v2
- Loading branch information
1 parent
a97f177
commit bd94b57
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bash | ||
set -e | ||
|
||
# https://github.com/taiki-e/cargo-llvm-cov?tab=readme-ov-file#merge-coverages-generated-under-different-test-conditions | ||
cargo llvm-cov clean --workspace # remove artifacts that may affect the coverage results | ||
cargo llvm-cov --no-report --features=send,receive | ||
cargo llvm-cov --no-report --features=v2,danger-local-https,io | ||
cargo llvm-cov report --lcov --output-path lcov.info # generate report without tests |
Empty file.