Skip to content

Commit 5b691f3

Browse files
authored
Merge pull request #36 from axiom-data-science/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents c4b35ce + a331d08 commit 5b691f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
pytest --cov=./ --cov-report=xml
6767
- name: Upload code coverage to Codecov
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
with:
7070
file: ./coverage.xml
7171
flags: unittests

0 commit comments

Comments
 (0)