Skip to content

Commit 77427e4

Browse files
committed
Update CI
1 parent c5d8c5a commit 77427e4

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
@@ -7,7 +7,7 @@ cd "$(dirname "$0")"/..
77
forge clean && forge build && forge coverage --report lcov
88

99
awk '/TN:/,/SF:test\//{if (!/SF:test\// && !/SF:script/ && !/SF:src\/AllocatorV1\.sol/) print; if (/TN:/ && /SF:test\//) exit}' lcov.info > lcov_without_tests.info
10-
summary=$(lcov --summary lcov_without_tests.info --rc branch_coverage=1)
10+
summary=$(lcov --summary lcov_without_tests.info --rc lcov_branch_coverage=1)
1111

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

0 commit comments

Comments
 (0)