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 f7deb32 commit 6e90479Copy full SHA for 6e90479
.github/workflows/test.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: yarn lint
25
26
- name: Run Tests
27
- run: yarn test
+ run: yarn test --coverage
28
29
- name: Coveralls
30
uses: coverallsapp/github-action@master
0 commit comments