Skip to content

Commit

Permalink
ci: 去除Upload coverage to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyunwan committed Jun 29, 2023
1 parent a090971 commit 17744f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
NODE_ENV: test
NODE_OPTIONS: --max_old_space_size=4096

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
# verbose: true

0 comments on commit 17744f9

Please sign in to comment.