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 632ecd7 commit 06efa46Copy full SHA for 06efa46
.github/workflows/quality.yml
@@ -35,7 +35,7 @@ jobs:
35
npm run lint
36
37
- name: Run tests with coverage
38
- run: npm run test:jest -- --coverage --coverageReporters=lcov --coverageReporters=json
+ run: npm run test:jest -- --coverage
39
40
- name: Check build
41
run: npm run build
0 commit comments