Skip to content

Commit 8dab2ce

Browse files
LeoYuanJackLian
authored andcommitted
chore: support coverage diff
1 parent 9766593 commit 8dab2ce

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/cov packages.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
with:
2727
working-directory: packages/designer
2828
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
29-
skip-step: install
29+
package-manager: yarn
3030
annotations: none
31-
base-coverage-file: ./report.json
3231

3332
cov-renderer-core:
3433
runs-on: ubuntu-latest
@@ -49,9 +48,8 @@ jobs:
4948
with:
5049
working-directory: packages/renderer-core
5150
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
52-
skip-step: install
51+
package-manager: yarn
5352
annotations: none
54-
base-coverage-file: ./report.json
5553

5654
cov-react-simulator-renderer:
5755
runs-on: ubuntu-latest
@@ -72,6 +70,5 @@ jobs:
7270
with:
7371
working-directory: packages/react-simulator-renderer
7472
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
75-
skip-step: install
76-
annotations: none
77-
base-coverage-file: ./report.json
73+
package-manager: yarn
74+
annotations: none

packages/designer/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)