mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
chore: support coverage diff
This commit is contained in:
parent
9766593719
commit
8dab2ce68a
11
.github/workflows/cov packages.yml
vendored
11
.github/workflows/cov packages.yml
vendored
@ -26,9 +26,8 @@ jobs:
|
||||
with:
|
||||
working-directory: packages/designer
|
||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
||||
skip-step: install
|
||||
package-manager: yarn
|
||||
annotations: none
|
||||
base-coverage-file: ./report.json
|
||||
|
||||
cov-renderer-core:
|
||||
runs-on: ubuntu-latest
|
||||
@ -49,9 +48,8 @@ jobs:
|
||||
with:
|
||||
working-directory: packages/renderer-core
|
||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
||||
skip-step: install
|
||||
package-manager: yarn
|
||||
annotations: none
|
||||
base-coverage-file: ./report.json
|
||||
|
||||
cov-react-simulator-renderer:
|
||||
runs-on: ubuntu-latest
|
||||
@ -72,6 +70,5 @@ jobs:
|
||||
with:
|
||||
working-directory: packages/react-simulator-renderer
|
||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
||||
skip-step: install
|
||||
annotations: none
|
||||
base-coverage-file: ./report.json
|
||||
package-manager: yarn
|
||||
annotations: none
|
||||
0
packages/designer/README.md
Normal file
0
packages/designer/README.md
Normal file
Loading…
x
Reference in New Issue
Block a user