Skip to content

Commit

Permalink
fix: disable uploader for now
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 15, 2024
1 parent 65578f9 commit 16f0dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16f0dbd

Please sign in to comment.