mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
先只收集 amis 的覆盖率
This commit is contained in:
parent
06695820f9
commit
cc7b90a5d6
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -40,10 +40,10 @@ jobs:
|
||||
SINGLE_COMMIT: true
|
||||
- name: Generate coverage report
|
||||
run: |
|
||||
npm run coverage
|
||||
npm run coverage --workspace amis
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
files: ./coverage/clover.xml
|
||||
files: ./packages/amis/coverage/clover.xml
|
||||
name: codecov-umbrella # optional
|
||||
fail_ci_if_error: false
|
||||
verbose: true # optional (default = false)
|
||||
|
Loading…
Reference in New Issue
Block a user