From 624120fae7b402a0652425a17f6367119bc41869 Mon Sep 17 00:00:00 2001 From: erexer <13180883+erexer@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:50:22 -0700 Subject: [PATCH] remove upload to codecov --- .github/workflows/01_test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/01_test.yml b/.github/workflows/01_test.yml index 294ebbfd..36aa7ee3 100644 --- a/.github/workflows/01_test.yml +++ b/.github/workflows/01_test.yml @@ -36,8 +36,8 @@ jobs: pip install pytest-cov pytest --cov=./ --cov-report=xml - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 - with: - file: ./coverage.xml - fail_ci_if_error: true + # - name: Upload coverage to Codecov + # uses: codecov/codecov-action@v1 + # with: + # file: ./coverage.xml + # fail_ci_if_error: true