Skip to content

Commit 6fc36be

Browse files
committed
CI: remove commented out codecov
1 parent 49e01eb commit 6fc36be

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,6 @@ jobs:
9696
- name: Run pytest
9797
run: pytest --durations=10 --cov=myst_nb --cov-report=xml --cov-report=term-missing
9898

99-
- name: Create cov
100-
run: coverage xml
101-
# for some reason the tests/conftest.py::check_nbs fixture breaks pytest-cov's cov-report outputting
102-
# this is why we run `coverage xml` afterwards (required by codecov)
103-
104-
# TEMPORARY FIX: Disable codecov until we can get it working again
105-
- name: Upload to Codecov
106-
uses: codecov/codecov-action@v5
107-
if: false
108-
with:
109-
name: myst-nb-pytests
110-
flags: pytests
111-
files: ./coverage.xml
112-
11399
publish:
114100

115101
name: Publish to PyPi

0 commit comments

Comments
 (0)