From 8dab2ce68a24567262e70139a3165fe2a32646b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LeoYuan=20=E8=A2=81=E5=8A=9B=E7=9A=93?= Date: Thu, 16 Jun 2022 23:41:30 +0800 Subject: [PATCH] chore: support coverage diff --- .github/workflows/cov packages.yml | 11 ++++------- packages/designer/README.md | 0 2 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 packages/designer/README.md diff --git a/.github/workflows/cov packages.yml b/.github/workflows/cov packages.yml index aa80d5f3a..228e1cf98 100644 --- a/.github/workflows/cov packages.yml +++ b/.github/workflows/cov packages.yml @@ -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 \ No newline at end of file + package-manager: yarn + annotations: none \ No newline at end of file diff --git a/packages/designer/README.md b/packages/designer/README.md new file mode 100644 index 000000000..e69de29bb