We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa60881 commit 04e53e9Copy full SHA for 04e53e9
.github/workflows/ci.yaml
@@ -89,7 +89,7 @@ jobs:
89
pytest --cov=pyorbital pyorbital/tests --cov-report=xml --cov-report=
90
91
- name: Upload unittest coverage to Codecov
92
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
93
with:
94
flags: unittests
95
file: ./coverage.xml
0 commit comments