Skip to content

Commit 3287ac2

Browse files
committed
👷 Update minimum coverage allowed
1 parent 15c773d commit 3287ac2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Test Coverage
22

33
env:
4-
K_SOUP_COV_MIN_BRANCH: 80
5-
K_SOUP_COV_MIN_LINE: 91
4+
K_SOUP_COV_MIN_BRANCH: 79
5+
K_SOUP_COV_MIN_LINE: 92
66
K_SOUP_COV_MIN_HARD: true
7+
K_SOUP_COV_FORMATTERS: "html,rcov,lcov,json,tty"
78
K_SOUP_COV_DO: true
9+
K_SOUP_COV_MULTI_FORMATTERS: true
810
K_SOUP_COV_COMMAND_NAME: "RSpec Coverage"
911

1012
on:

0 commit comments

Comments
 (0)