Skip to content

Commit 4ad0306

Browse files
committed
βœ… Update minimum coverage
1 parent 95eda9e commit 4ad0306

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

β€Ž.github/workflows/coverage.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ permissions:
66
id-token: write
77

88
env:
9-
K_SOUP_COV_MIN_BRANCH: 100
10-
K_SOUP_COV_MIN_LINE: 100
9+
K_SOUP_COV_MIN_BRANCH: 70
10+
K_SOUP_COV_MIN_LINE: 93
1111
K_SOUP_COV_MIN_HARD: true
1212
K_SOUP_COV_FORMATTERS: "xml,rcov,lcov,tty"
1313
K_SOUP_COV_DO: true
@@ -115,7 +115,7 @@ jobs:
115115
hide_complexity: true
116116
indicators: true
117117
output: both
118-
thresholds: '100 100'
118+
thresholds: '93 70'
119119
continue-on-error: ${{ matrix.experimental != 'false' }}
120120

121121
- name: Add Coverage PR Comment

β€Ž.github/workflows/locked_deps.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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: 71
28+
K_SOUP_COV_MIN_BRANCH: 67
2929
K_SOUP_COV_MIN_LINE: 86
3030
K_SOUP_COV_MIN_HARD: false
3131
K_SOUP_COV_FORMATTERS: "html,xml,rcov,lcov,json,tty"

β€Ž.gitlab-ci.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ variables:
2222
K_SOUP_COV_DEBUG: true
2323
K_SOUP_COV_DO: true
2424
K_SOUP_COV_HARD: true
25-
K_SOUP_COV_MIN_BRANCH: 100
26-
K_SOUP_COV_MIN_LINE: 100
25+
K_SOUP_COV_MIN_BRANCH: 67
26+
K_SOUP_COV_MIN_LINE: 86
2727
K_SOUP_COV_VERBOSE: true
2828
K_SOUP_COV_FORMATTERS: "tty"
2929
K_SOUP_COV_MULTI_FORMATTERS: true

0 commit comments

Comments
Β (0)