Skip to content

Commit

Permalink
Merge pull request #168 from pytroll/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5
  • Loading branch information
djhoese authored Nov 19, 2024
2 parents aa60881 + 04e53e9 commit 8e7de83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
pytest --cov=pyorbital pyorbital/tests --cov-report=xml --cov-report=
- name: Upload unittest coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: unittests
file: ./coverage.xml
Expand Down

0 comments on commit 8e7de83

Please sign in to comment.