Skip to content

Commit

Permalink
maint: disable codecov (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Nov 15, 2024
1 parent 6fc92da commit 1c5f6d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ 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'
# FIXME: disable broken codecov
if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false
uses: codecov/codecov-action@v3
with:
name: jupyter-cache-pytests-py3.10
Expand Down

0 comments on commit 1c5f6d1

Please sign in to comment.