We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0aa809 commit 2695c65Copy full SHA for 2695c65
scripts/kcov_ci.sh
@@ -8,8 +8,14 @@ mkdir kcov-output
8
echo "=> Running kcov on tests"
9
kcov \
10
--collect-only \
11
- --include-pattern=src/ \
12
--exclude-pattern=$HOME/.cache \
+ --exclude-pattern=src/fuzz.zig \
13
+ --exclude-pattern=src/ledger/fuzz.zig \
14
+ --exclude-pattern=src/accountsdb/fuzz.zig \
15
+ --exclude-pattern=src/accountsdb/snapshot/fuzz.zig \
16
+ --exclude-pattern=src/gossip/fuzz_table.zig \
17
+ --exclude-pattern=src/gossip/fuzz_service.zig \
18
+ --include-pattern=src/ \
19
kcov-output \
20
zig-out/bin/test
21
kcov --merge kcov-merged kcov-output/
0 commit comments