Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4"
Browse files Browse the repository at this point in the history
This reverts commit a845eaa.
  • Loading branch information
lpsinger committed Mar 12, 2024
1 parent 9d129b1 commit cf860e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: pytest --dynamodb-dir=${{ steps.install-dynamodb.outputs.dynamodb-dir }} --cov --cov-report=xml

- name: Upload to Codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3

- name: Check Types
run: pip install mypy && mypy .

0 comments on commit cf860e3

Please sign in to comment.