Skip to content

Commit

Permalink
test: fix codecov comment (ant-design#50640)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 29, 2024
1 parent b27b062 commit c2ee092
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ jobs:
run: bun run dist
env:
NODE_OPTIONS: "--max_old_space_size=4096"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CI: 1

- name: check build files
Expand Down
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage:
status:
project: #add everything under here, more options at https://docs.codecov.com/docs/commit-status
default:
target: 100%
threshold: 0%

0 comments on commit c2ee092

Please sign in to comment.