Skip to content

Commit 0d44b46

Browse files
authored
Enable codecov again
1 parent 86d4e4e commit 0d44b46

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' && false
46+
if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
4747
uses: codecov/codecov-action@v5
4848
with:
4949
name: jupyter-cache-pytests-py3.10

0 commit comments

Comments
 (0)