Skip to content

Commit

Permalink
馃挌 Update line coverage minimums
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 30, 2023
1 parent f3348c6 commit 9216c75
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/coverage.yml
@@ -1,8 +1,8 @@
name: Code Coverage

env:
K_SOUP_COV_MIN_BRANCH: 100
K_SOUP_COV_MIN_LINE: 89
K_SOUP_COV_MIN_BRANCH: 85
K_SOUP_COV_MIN_LINE: 87

on:
push:
Expand Down Expand Up @@ -74,8 +74,7 @@ jobs:
indicators: true
output: both
# https://github.com/irongut/CodeCoverageSummary#thresholds
# Using min line and min branch as proxies for the threshold limits
thresholds: "${{ env.K_SOUP_COV_MIN_LINE }} ${{ env.K_SOUP_COV_MIN_BRANCH }}"
thresholds: "75 85"
continue-on-error: ${{ matrix.experimental != 'false' }}

- name: Add Coverage PR Comment
Expand Down

0 comments on commit 9216c75

Please sign in to comment.