We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b45811 commit 8f005a0Copy full SHA for 8f005a0
contrib/generate_fuzz_coverage.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+set -e
3
+set -x
4
+
5
+cd fuzz
6
+export RUSTFLAGS="--cfg=fuzzing --cfg=secp256k1_fuzz --cfg=hashes_fuzz"
7
+# ignore anything in fuzz directory since we done want coverage of targets
8
+cargo llvm-cov --html --ignore-filename-regex "fuzz/"
9
10
0 commit comments