We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0dae0e commit 19ffbc8Copy full SHA for 19ffbc8
1 file changed
.github/workflows/js-qa.yml
@@ -35,7 +35,7 @@ jobs:
35
run: yarn lint:test
36
37
- name: Execute Tests
38
- run: yarn test
+ run: yarn test --coverage
39
40
- name: Upload coverage reports to Codecov
41
uses: codecov/codecov-action@v5
0 commit comments