Skip to content

Commit ab778a8

Browse files
committed
💚 update code coverage threshold
1 parent ee34253 commit ab778a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/locked_deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ env:
2525
# because it would be redundant with the coverage workflow.
2626
# Also we can validate all output formats without breaking CodeCov,
2727
# since we aren't submitting these reports anywhere.
28-
K_SOUP_COV_MIN_BRANCH: 56
29-
K_SOUP_COV_MIN_LINE: 84
28+
K_SOUP_COV_MIN_BRANCH: 54
29+
K_SOUP_COV_MIN_LINE: 83
3030
K_SOUP_COV_MIN_HARD: false
3131
K_SOUP_COV_FORMATTERS: "html,xml,rcov,lcov,json,tty"
3232
K_SOUP_COV_DO: true

0 commit comments

Comments
 (0)