Skip to content

Commit

Permalink
Add codecov step
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi authored Apr 30, 2024
1 parent c5ee199 commit 629caf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
- name: Run RSpec
run: SIMPLECOV=1 CODECOV=1 bundle exec rspec

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- uses: actions/upload-artifact@v2-preview
if: always()
with:
Expand Down

0 comments on commit 629caf8

Please sign in to comment.