Skip to content

Commit

Permalink
Use codecov/codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Aug 15, 2024
1 parent 7252852 commit b822429
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
bundler-cache: true
- run: bundle exec rake
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/coverage.xml

0 comments on commit b822429

Please sign in to comment.