diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a9e74c..306a726e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,12 +163,13 @@ jobs: - name: Increment Test:cov run: node common/scripts/install-run-rush.js increment --action test:cov -p "${{ needs.setup.outputs.cache_file }}" - - name: Upload coverage reports - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true - verbose: true + # TODO: should resolve later + # - name: Upload coverage reports + # uses: codecov/codecov-action@v4 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # fail_ci_if_error: true + # verbose: true lint: needs: setup