Skip to content

Commit 9b99890

Browse files
committed
Revert "refactor: worth the try"
This reverts commit 06efa46.
1 parent 06efa46 commit 9b99890

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
38+
run: npm run test:jest -- --coverage --coverageReporters=lcov --coverageReporters=json
3939

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

0 commit comments

Comments
 (0)