Skip to content

Commit

Permalink
Merge pull request #2735 from pytroll/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
djhoese authored Feb 2, 2024
2 parents fa4e426 + e583b9e commit 5eba93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
pytest --cov=satpy satpy/tests --cov-report=xml --cov-report=
- name: Upload unittest coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: unittests
file: ./coverage.xml
Expand All @@ -131,7 +131,7 @@ jobs:
coverage xml
- name: Upload behaviour test coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: behaviourtests
file: ./coverage.xml
Expand Down

0 comments on commit 5eba93d

Please sign in to comment.