Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2dfdba3

Browse filesBrowse files
authored
Merge pull request alibaba#395 from alibaba/chore/action-cov-pkg
Chore/action cov pkg
2 parents 4601676 + ed3ddcf commit 2dfdba3
Copy full SHA for 2dfdba3

File tree

Expand file treeCollapse file tree

1 file changed

+27
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+27
-0
lines changed
Open diff view settings
Collapse file

‎.github/workflows/cov packages.yml‎

Copy file name to clipboard
+27Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: lint & test
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- 'packages/**'
7+
- '!packages/**.md'
8+
9+
jobs:
10+
cov-designer:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: checkout
14+
uses: actions/checkout@v2
15+
16+
- uses: actions/setup-node@v2
17+
with:
18+
node-version: '14'
19+
20+
- name: install
21+
run: npm i && npm run setup:skip-build
22+
23+
- uses: ArtiomTr/jest-coverage-report-action@v2
24+
with:
25+
working-directory: packages/designer
26+
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
27+
skip-step: install

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.