We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yarn test
--coverage
1 parent 1c5e513 commit 0f03aeaCopy full SHA for 0f03aea
1 file changed
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Linting
20
run: yarn lint:js
21
- name: Test
22
- run: yarn test
+ run: yarn test --coverage
23
24
integration_tests:
25
name: Integration Tests
0 commit comments