mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-08 18:39:20 +08:00
test: fix codecov comment (#50640)
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -171,7 +171,6 @@ jobs:
|
|||||||
run: bun run dist
|
run: bun run dist
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
CI: 1
|
CI: 1
|
||||||
|
|
||||||
- name: check build files
|
- name: check build files
|
||||||
|
|||||||
6
codecov.yml
Normal file
6
codecov.yml
Normal file
@@ -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%
|
||||||
Reference in New Issue
Block a user