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 49e01eb commit 6fc36beCopy full SHA for 6fc36be
.github/workflows/tests.yml
@@ -96,20 +96,6 @@ jobs:
96
- name: Run pytest
97
run: pytest --durations=10 --cov=myst_nb --cov-report=xml --cov-report=term-missing
98
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
113
publish:
114
115
name: Publish to PyPi
0 commit comments