Skip to content

Commit c9127b6

Browse files
authored
Merge pull request #64 from xoceanmodel/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 0c61799 + 3dae303 commit c9127b6

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
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
pytest --cov=./ --cov-report=xml
5050
- name: Upload code coverage to Codecov
51-
uses: codecov/codecov-action@v3
51+
uses: codecov/codecov-action@v4
5252
with:
5353
file: ./coverage.xml
5454
flags: unittests

0 commit comments

Comments
 (0)