Skip to content

Commit

Permalink
chore(ci): coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Feb 11, 2024
1 parent 39d6156 commit 9411b8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ jobs:

- name: Run Tests
run: bundle exec rspec

- name: coverage
uses: joshmfrankel/simplecov-check-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
minimum_suite_coverage: 0
minimum_file_coverage: 0

0 comments on commit 9411b8f

Please sign in to comment.