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 c5d8c5a commit 77427e4Copy full SHA for 77427e4
ci/check-full-coverage.sh
@@ -7,7 +7,7 @@ cd "$(dirname "$0")"/..
7
forge clean && forge build && forge coverage --report lcov
8
9
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)
+summary=$(lcov --summary lcov_without_tests.info --rc lcov_branch_coverage=1)
11
12
lines_coverage=$(echo "$summary" | awk '/lines/{print $2}')
13
functions_coverage=$(echo "$summary" | awk '/functions/{print $2}')
0 commit comments