Skip to content

Commit

Permalink
Add coveralls reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jan 10, 2024
1 parent 465590d commit ee844a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ jobs:
bundler-cache: true
- name: Run tests
run: bundle exec rake
- name: Upload coverage results
if: matrix.ruby-version == '3.3'
continue-on-error: true
uses: coverallsapp/github-action@v2
with:
github-token: ${{ github.token }}

0 comments on commit ee844a7

Please sign in to comment.