Skip to content

Commit

Permalink
Lower coverage thresholds for test
Browse files Browse the repository at this point in the history
Signed-off-by: William Pursell <[email protected]>
  • Loading branch information
wrp committed Oct 28, 2023
1 parent f3f3bda commit 72921ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-coverage
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ if ! test -f test-main.gcda; then
fi

cat << EOF |
handler 100
handler 98
smtx 100
smtx-main 97
vtparser 100
action 100
action 90
EOF
{
RV=0
Expand Down

0 comments on commit 72921ea

Please sign in to comment.