We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fcb73 commit e205fe6Copy full SHA for e205fe6
.github/workflows/coveralls.yml
@@ -27,6 +27,6 @@ jobs:
27
- name: Build Storybook
28
run: npm run build-storybook
29
- name: Test
30
- run: JEST_MAX_WORKERS=95% npm run test -- --collectCoverage
+ run: JEST_MAX_WORKERS=95% npm run test:report
31
- name: Coveralls
32
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
0 commit comments