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 c0ad889 commit d541284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d541284

Please sign in to comment.