Skip to content

Commit

Permalink
CI: enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored Dec 5, 2024
1 parent 407072c commit 39580f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,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)

# TEMPORARY FIX: Disable codecov until we can get it working again
- name: Upload to Codecov
uses: codecov/codecov-action@v5
if: false
with:
name: myst-nb-pytests
flags: pytests
Expand Down

0 comments on commit 39580f4

Please sign in to comment.