From e2e637a69fa2f6ac386cd53dbc6ad06ab4fc9cab Mon Sep 17 00:00:00 2001 From: Daniel Gawne <30755402+dgwn@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:39:07 -0500 Subject: [PATCH] disable codecov for now --- .github/workflows/run-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2e44151..09a6cf7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -44,7 +44,7 @@ jobs: - name: list files run: | ls -lah - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 - with: - fail_ci_if_error: true + # - name: Upload coverage to Codecov + # uses: codecov/codecov-action@v2 + # with: + # fail_ci_if_error: true