Skip to content

Commit e837d6a

Browse files
committed
ci: moves simplecov into validations
1 parent a381551 commit e837d6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/validations.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ jobs:
1010
validate_ruby:
1111
name: Ruby Tests
1212
uses: ./.github/workflows/main.yaml
13+
ensure_coverage:
14+
needs: validate_ruby
15+
steps:
16+
- name: Check SimpleCov coverage
17+
uses: joshmfrankel/simplecov-check-action@main
18+
with:
19+
minimum_suite_coverage: 97
20+
minimum_file_coverage: 90
21+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)