Skip to content

Commit

Permalink
Add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurena committed Jul 9, 2024
1 parent 8e0e8e2 commit 1c1c471
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,17 @@ jobs:
DEBUG: true
- name: Run tests
run: bundle exec rake
- name: Code Coverage
uses: joshmfrankel/simplecov-check-action@main
with:
check_job_name: Code Coverage
github_token: ${{ secrets.GITHUB_TOKEN }}
minimum_suite_coverage: 100
lint:
runs-on: ubuntu-20.04
permissions:
checks: write
contents: write
steps:
- name: Standard Ruby
- name: Lint
uses: standardrb/standard-ruby-action@v1

0 comments on commit 1c1c471

Please sign in to comment.