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 e771668 commit 1c4f577Copy full SHA for 1c4f577
.github/workflows/pytest.yaml
@@ -68,3 +68,7 @@ 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
73
+ with:
74
+ files: coverage.xml
0 commit comments