diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30b8e1250bd..3c594b9d2ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,12 +84,12 @@ jobs: cp coverage.out $TEST_RESULTS cp coverage.txt $TEST_RESULTS cp coverage.html $TEST_RESULTS - - name: Upload coverage report - uses: codecov/codecov-action@v3.1.4 - with: - file: ./coverage.txt - fail_ci_if_error: true - verbose: true + # - name: Upload coverage report + # uses: codecov/codecov-action@v3.1.4 + # with: + # file: ./coverage.txt + # fail_ci_if_error: true + # verbose: true - name: Store coverage test output uses: actions/upload-artifact@v3 with: