diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ab48cb11415..ee4b5ae270f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,9 +136,6 @@ jobs: - uses: codecov/codecov-action@v4.1.0 with: directory: ./.tmp - #fail_ci_if_error: true - # PR from dependabot causes an error, so comment this out until the problem is resolved. - # See https://github.com/codecov/codecov-action/issues/1274 token: ${{ secrets.CODECOV_TOKEN }} # TODO: needs to be fixed