Skip to content

Commit

Permalink
disable code coverage command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rakeshsh committed Sep 26, 2024
1 parent d541284 commit 87ceda6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ jobs:
env:
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: Publish code coverage to codecov
# run: yarn publish-code-coverage -t ${{ secrets.CODECOV_TOKEN }}

- name: Run e2e tests
run: yarn test:e2e --ci

0 comments on commit 87ceda6

Please sign in to comment.