Skip to content

Commit 64f450f

Browse files
ci: check coverage as part of test process
1 parent cbd6fef commit 64f450f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
CI: true
4747

4848
- name: Test
49-
run: npm test --ci --coverage --maxWorkers=2
49+
run: npm test -- --ci --coverage --maxWorkers=2
5050
env:
5151
CI: true
5252

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
.DS_Store
33
node_modules
44
.cache
5-
dist
6-
storybook-static
5+
dist/
6+
storybook-static/
7+
coverage/

0 commit comments

Comments
 (0)