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 536d1e8 commit 151d422Copy full SHA for 151d422
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Upload coverage to Codecov
44
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
45
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
46
with:
47
file: ./coverage.xml
48
flags: unittests
.github/workflows/code-quality.yml
@@ -53,7 +53,7 @@ jobs:
53
python -m pytest eopf_geozarr/tests/ -v --tb=short -m "not network" --cov=eopf_geozarr --cov-report=xml --cov-report=term-missing --cov-fail-under=80
54
55
- name: Upload coverage reports
56
57
58
59
0 commit comments