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 1c4f577 commit 95e3710Copy full SHA for 95e3710
.github/workflows/pytest.yaml
@@ -68,7 +68,8 @@ jobs:
68
#pip uninstall -y cmip7-prep || true
69
#pip install .
70
pytest -q --doctest-modules --cov=cmip7_prep --cov-report=xml
71
- - name: Upload coverage to Codecov
72
- uses: codecov/codecov-action@v4
+ - name: Upload coverage report
+ uses: actions/upload-artifact@v4
73
with:
74
- files: coverage.xml
+ name: coverage-xml
75
+ path: coverage.xml
0 commit comments