Skip to content

Commit 1c5f6d1

Browse files
authored
maint: disable codecov (#131)
1 parent 6fc92da commit 1c5f6d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
# for some reason the tests/conftest.py::check_nbs fixture breaks pytest-cov's cov-report outputting
4444
# this is why we run `coverage xml` afterwards (required by codecov)
4545
- name: Upload to Codecov
46-
if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
46+
# FIXME: disable broken codecov
47+
if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false
4748
uses: codecov/codecov-action@v3
4849
with:
4950
name: jupyter-cache-pytests-py3.10

0 commit comments

Comments
 (0)