Skip to content

Commit

Permalink
👷 Coverage minimums
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Oct 26, 2023
1 parent 3fd5a2a commit 9aa3a52
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Code Coverage

env:
K_SOUP_COV_MIN_BRANCH: 65
K_SOUP_COV_MIN_LINE: 89
K_SOUP_COV_MIN_BRANCH: 62
K_SOUP_COV_MIN_LINE: 87
K_SOUP_COV_MIN_HARD: true

on:
push:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/current.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Current Ruby Support

env:
K_SOUP_COV_MIN_BRANCH: 62
K_SOUP_COV_MIN_LINE: 87
K_SOUP_COV_MIN_HARD: false

on:
push:
branches:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/heads.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Ruby HEAD Support

env:
K_SOUP_COV_MIN_BRANCH: 62
K_SOUP_COV_MIN_LINE: 87
K_SOUP_COV_MIN_HARD: false

on:
push:
branches:
Expand Down

0 comments on commit 9aa3a52

Please sign in to comment.