Skip to content

Commit 1c4f577

Browse files
committed
upload coverage report to codecov
1 parent e771668 commit 1c4f577

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pytest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@ jobs:
6868
#pip uninstall -y cmip7-prep || true
6969
#pip install .
7070
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

Comments
 (0)