mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
build: 继续尝试自动 coverage
This commit is contained in:
parent
c44f4524af
commit
305c22e91c
14
.github/workflows/gh-pages.yml
vendored
14
.github/workflows/gh-pages.yml
vendored
@ -28,13 +28,13 @@ jobs:
|
||||
- name: Generate coverage report
|
||||
run: |
|
||||
npm i --legacy-peer-deps
|
||||
# npm run coverage
|
||||
# - uses: codecov/codecov-action@v2
|
||||
# with:
|
||||
# files: ./coverage/clover.xml
|
||||
# name: codecov-umbrella # optional
|
||||
# fail_ci_if_error: false
|
||||
# verbose: true # optional (default = false)
|
||||
npm run coverage
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
files: ./coverage/clover.xml
|
||||
name: codecov-umbrella # optional
|
||||
fail_ci_if_error: false
|
||||
verbose: true # optional (default = false)
|
||||
- name: build gh-pages
|
||||
run: |
|
||||
sh deploy-gh-pages.sh
|
||||
|
Loading…
Reference in New Issue
Block a user