Skip to content

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4 (#745)" (#746)
Browse files Browse the repository at this point in the history
This reverts commit 51856f8.
  • Loading branch information
jGaboardi committed Sep 16, 2023
1 parent 51856f8 commit fd8f98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
pytest spaghetti -v -r a -n auto --cov spaghetti --doctest-modules --cov-report xml --color yes --cov-append --cov-report term-missing --timeout 60
- name: codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit fd8f98e

Please sign in to comment.