Skip to content

Commit 16f0dbd

Browse files
committed
fix: disable uploader for now
1 parent 65578f9 commit 16f0dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ 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+
if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false
4747
uses: codecov/codecov-action@v4
4848
with:
4949
name: jupyter-cache-pytests-py3.10

0 commit comments

Comments
 (0)