Skip to content

Commit 244147b

Browse files
Downgrade codecov from v4 to v3 because the tokenless upload does not work as described in the repository's README in some cases for a public repository
- codecov/codecov-action#1292
1 parent 6987e58 commit 244147b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run tests
3636
run: bundle exec rspec
3737
- name: Upload coverage reports to Codecov
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v3
3939
env:
4040
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4141

0 commit comments

Comments
 (0)