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 6fc92da commit 1c5f6d1Copy full SHA for 1c5f6d1
.github/workflows/tests.yml
@@ -43,7 +43,8 @@ jobs:
43
# for some reason the tests/conftest.py::check_nbs fixture breaks pytest-cov's cov-report outputting
44
# this is why we run `coverage xml` afterwards (required by codecov)
45
- name: Upload to Codecov
46
- if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
+ # FIXME: disable broken codecov
47
+ if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false
48
uses: codecov/codecov-action@v3
49
with:
50
name: jupyter-cache-pytests-py3.10
0 commit comments