chore: support coverage diff

This commit is contained in:
LeoYuan 袁力皓 2022-06-16 23:41:30 +08:00 committed by 林熠
parent 9766593719
commit 8dab2ce68a
2 changed files with 4 additions and 7 deletions

View File

@ -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

View File