Skip to content

Commit 5ddebac

Browse files
authored
Merge pull request #118 from pytroll/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents cf7e9d1 + 9669e90 commit 5ddebac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
pytest --cov=geotiepoints geotiepoints/tests --cov-report=xml --cov-report=
7575
7676
- name: Upload unittest coverage to Codecov
77-
uses: codecov/codecov-action@v5
77+
uses: codecov/codecov-action@v6
7878
with:
7979
flags: unittests
8080
files: ./coverage.xml

0 commit comments

Comments
 (0)