Skip to content

Commit 95e3710

Browse files
committed
upload coverage report to artifact
1 parent 1c4f577 commit 95e3710

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pytest.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ 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
71+
- name: Upload coverage report
72+
uses: actions/upload-artifact@v4
7373
with:
74-
files: coverage.xml
74+
name: coverage-xml
75+
path: coverage.xml

0 commit comments

Comments
 (0)