We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7356b0 commit b552ac7Copy full SHA for b552ac7
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
yarn run lint:styles
28
29
- name: Test
30
- run: yarn run test --collect
+ run: yarn run test --coverage
31
32
- name: Coveralls
33
uses: coverallsapp/github-action@master
0 commit comments