fix: core coverage and add a coverage step in workflow (#20784)

* fix: core coverage

* add step in workflow
This commit is contained in:
Yongjie Zhao
2022-07-20 19:56:03 +08:00
committed by GitHub
parent 5ed85f59a1
commit 9c7bcfcead
4 changed files with 50 additions and 7 deletions

View File

@@ -51,6 +51,11 @@ jobs:
if: steps.check.outcome == 'failure'
working-directory: ./superset-frontend
run: npm run plugins:build-storybook
- name: superset-ui/core coverage
if: steps.check.outcome == 'failure'
working-directory: ./superset-frontend
run: |
npm run core:cover
- name: unit tests
if: steps.check.outcome == 'failure'
working-directory: ./superset-frontend