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