Skip to content

Commit

Permalink
ci: update codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
higebu committed Sep 2, 2024
1 parent 31bf554 commit 4857899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
bundle install --jobs 4 --retry 3
bundle exec rake spec
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4857899

Please sign in to comment.