Skip to content

Commit

Permalink
Revert "Downgrade codecov from v4 to v3 because the tokenless upload …
Browse files Browse the repository at this point in the history
…does not work as described in the repository's README in some cases for a public repository" because the failure was not due to the version

This reverts commit 244147b.
  • Loading branch information
KatsukiFujimoto committed Apr 14, 2024
1 parent 244147b commit 585ac51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run tests
run: bundle exec rspec
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 585ac51

Please sign in to comment.