mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +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:
|
with:
|
||||||
working-directory: packages/designer
|
working-directory: packages/designer
|
||||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
||||||
skip-step: install
|
package-manager: yarn
|
||||||
annotations: none
|
annotations: none
|
||||||
base-coverage-file: ./report.json
|
|
||||||
|
|
||||||
cov-renderer-core:
|
cov-renderer-core:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -49,9 +48,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
working-directory: packages/renderer-core
|
working-directory: packages/renderer-core
|
||||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
||||||
skip-step: install
|
package-manager: yarn
|
||||||
annotations: none
|
annotations: none
|
||||||
base-coverage-file: ./report.json
|
|
||||||
|
|
||||||
cov-react-simulator-renderer:
|
cov-react-simulator-renderer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -72,6 +70,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
working-directory: packages/react-simulator-renderer
|
working-directory: packages/react-simulator-renderer
|
||||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
||||||
skip-step: install
|
package-manager: yarn
|
||||||
annotations: none
|
annotations: none
|
||||||
base-coverage-file: ./report.json
|
|
||||||
0
packages/designer/README.md
Normal file
0
packages/designer/README.md
Normal file
Loading…
x
Reference in New Issue
Block a user