Skip to content

Commit 0f03aea

Browse files
committed
CI: Run yarn test with --coverage option
1 parent 1c5e513 commit 0f03aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Linting
2020
run: yarn lint:js
2121
- name: Test
22-
run: yarn test
22+
run: yarn test --coverage
2323

2424
integration_tests:
2525
name: Integration Tests

0 commit comments

Comments
 (0)