Skip to content

Commit a27607d

Browse files
Merge pull request #203 from HERA-Team/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents 655c944 + 3a30999 commit a27607d

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@v5
23+
uses: codecov/codecov-action@v6
2424
with:
2525
files: ./coverage.xml
2626
flags: unittests

0 commit comments

Comments
 (0)