diff --git a/.github/workflows/ci_action.yml b/.github/workflows/ci_action.yml index d7634d7..1fb98d2 100644 --- a/.github/workflows/ci_action.yml +++ b/.github/workflows/ci_action.yml @@ -103,10 +103,10 @@ jobs: run: | pytest -m "not sh_integration" - - name: Upload code coverage - if: ${{ matrix.full_test_suite && github.event_name == 'push' }} - uses: codecov/codecov-action@v2 - with: - files: coverage.xml - fail_ci_if_error: true - verbose: false + # - name: Upload code coverage + # if: ${{ matrix.full_test_suite && github.event_name == 'push' }} + # uses: codecov/codecov-action@v2 + # with: + # files: coverage.xml + # fail_ci_if_error: true + # verbose: false