Skip to content

Commit

Permalink
Revert "Update codecov action to fix Github actions warning"
Browse files Browse the repository at this point in the history
New codecov action breaks tokenless uploads for vague reason
codecov/codecov-action#1293

This reverts commit ccd193c.
  • Loading branch information
takluyver committed Feb 27, 2024
1 parent ccd193c commit a536af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -30,4 +30,4 @@ jobs:
run: pytest --cov=astsearch --cov-report=xml

- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3

0 comments on commit a536af7

Please sign in to comment.