From b56656c528db5e36b497257dbcdadee541339fe9 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Sat, 13 Apr 2024 16:27:39 -0700 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5b45294..1b3315d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -41,9 +41,6 @@ jobs: run: pytest --cov=template --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 - if: ${{ secrets.CODECOV_TOKEN }} != '' - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true