Skip to content

Commit d84c659

Browse files
Merge pull request #189 from HERA-Team/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 4e7eec7 + 65c2813 commit d84c659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Test with pytest
2121
run: pytest --cov=./ --cov-report=xml
2222
- name: Upload coverage to Codecov
23-
uses: codecov/codecov-action@v4
23+
uses: codecov/codecov-action@v5
2424
with:
2525
files: ./coverage.xml
2626
flags: unittests

0 commit comments

Comments
 (0)