Skip to content

Commit

Permalink
Add codecov gh action to replace per-test upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored May 1, 2024
1 parent 89fe8e2 commit 18fc214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 18fc214

Please sign in to comment.