diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 15056aeb..97224b14 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -91,14 +91,6 @@ jobs: fi echo "coverage.xml exists and is not empty" - - name: Upload coverage to Codecov - if: always() && steps.verify_coverage.outcome == 'success' - continue-on-error: true - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: coverage.xml - - name: Check test results if: steps.unit_tests.outcome == 'failure' || steps.bc_tests.outcome == 'failure' || steps.serdeser_tests.outcome == 'failure' || steps.agent_base_import.outcome == 'failure' run: exit 1