test(coverage): drive browser tests to 80% on all metrics (#496) #505
@@ -36,13 +36,7 @@ jobs:
|
|||||||
run: npm run lint
|
run: npm run lint
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
|
|
||||||
- name: Run unit and component tests
|
- name: Run unit and component tests with coverage
|
||||||
run: npm test
|
|
||||||
working-directory: frontend
|
|
||||||
env:
|
|
||||||
TZ: Europe/Berlin
|
|
||||||
|
|
||||||
- name: Run coverage (server + client)
|
|
||||||
run: npm run test:coverage
|
run: npm run test:coverage
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user