Skip to content

Commit 74238a9

Browse files
authored
Merge pull request #78 from zkarpinski/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5
2 parents 934fd1f + ffbaefb commit 74238a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
source .venv/bin/activate
5050
poetry run pytest --cov app
5151
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@v4
52+
uses: codecov/codecov-action@v5
5353
with:
5454
verbose: true
5555
env:

0 commit comments

Comments
 (0)