Skip to content

Commit

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

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

Expand Down

0 comments on commit 244147b

Please sign in to comment.