Skip to content

Commit

Permalink
Add coveralls step to GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Aug 12, 2024
1 parent a58b465 commit 2aa6e4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,5 @@ jobs:
- name: Run tests with RSpec
run: bundle exec rspec
continue-on-error: ${{ matrix.allow_failures == 'true' }}
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 2aa6e4f

Please sign in to comment.