Skip to content

Commit

Permalink
ci: update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Feb 5, 2024
1 parent d740614 commit 7996ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
bundle exec rake
- name: Publish code coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.ruby-version == '3.0'
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7996ecd

Please sign in to comment.