Skip to content

Commit 06efa46

Browse files
committed
refactor: worth the try
1 parent 632ecd7 commit 06efa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
npm run lint
3636
3737
- name: Run tests with coverage
38-
run: npm run test:jest -- --coverage --coverageReporters=lcov --coverageReporters=json
38+
run: npm run test:jest -- --coverage
3939

4040
- name: Check build
4141
run: npm run build

0 commit comments

Comments
 (0)