We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e01eb commit 6737927Copy full SHA for 6737927
.github/workflows/tests.yml
@@ -94,21 +94,7 @@ jobs:
94
pip freeze
95
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
+ run: pytest --durations=10
112
113
publish:
114
0 commit comments