Skip to content

Commit cabb7a5

Browse files
committed
FIX CI
1 parent 865fdaa commit cabb7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/check-full-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd "$(dirname "$0")"/..
66

77
forge clean && forge build && forge coverage --no-match-coverage "(script|test|AllocatorV1)" --report lcov
88

9-
summary=$(lcov --summary lcov --summary lcov.info --rc branch_coverage=1)
9+
summary=$(lcov --summary lcov.info --rc branch_coverage=1)
1010

1111
lines_coverage=$(echo "$summary" | awk '/lines/{print $2}')
1212
functions_coverage=$(echo "$summary" | awk '/functions/{print $2}')

0 commit comments

Comments
 (0)