From 39580f43de6c9ca5ab2adb8761c0bb35a643eb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 4 Dec 2024 20:56:24 -0800 Subject: [PATCH] CI: enable codecov --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2ed4d60d..18cdd1ec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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