From 16f0dbd283a03c6a757dfed65d7173735a7c93d7 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Fri, 15 Nov 2024 15:59:33 +0000 Subject: [PATCH] fix: disable uploader for now --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3906078..8424629 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: # for some reason the tests/conftest.py::check_nbs fixture breaks pytest-cov's cov-report outputting # this is why we run `coverage xml` afterwards (required by codecov) - name: Upload to Codecov - if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' + if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false uses: codecov/codecov-action@v4 with: name: jupyter-cache-pytests-py3.10