diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94b8d1378..0b051d346 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,7 @@ jobs: NODE_OPTIONS: --max_old_space_size=4096 - name: Publish code coverage to codecov + if: false run: yarn publish-code-coverage -t ${{ secrets.CODECOV_TOKEN }} - name: Run e2e tests