mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-01 02:25:24 -05:00
chore: rm lcov support (#5159)
This commit is contained in:
11
.github/scripts/fuzz.sh
vendored
11
.github/scripts/fuzz.sh
vendored
@@ -8,12 +8,6 @@ TEST_TIME=${2:-5}
|
||||
echo Building corpus.
|
||||
cargo test -p $PACKAGE
|
||||
|
||||
# We configure coverage after building a corpus to only include
|
||||
# fuzz tests in the coverage report.
|
||||
echo Configuring coverage.
|
||||
source <(cargo llvm-cov show-env --export-prefix)
|
||||
cargo llvm-cov clean --workspace
|
||||
|
||||
# Gets the list of tests present in the package.
|
||||
TESTS=$(cargo test-fuzz --list -p $PACKAGE | head -n -3 | tail -n+9 | cat - <(echo \"--list\"]) | cat - | jq -r ".[]")
|
||||
|
||||
@@ -23,7 +17,4 @@ do
|
||||
set -x
|
||||
cargo test-fuzz --no-ui --exact -p "$PACKAGE" $test -- -V $TEST_TIME
|
||||
set +x
|
||||
done;
|
||||
|
||||
echo Building coverage report.
|
||||
cargo llvm-cov report --lcov --output-path lcov.info
|
||||
done;
|
||||
Reference in New Issue
Block a user