Replace JSON coverage report with lcov
This commit is contained in:
parent
4149a6cce8
commit
7f4811fd2f
|
@ -21,7 +21,7 @@ jobs:
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: npm test -- --coverage-report=json
|
run: npm test -- --coverage-report=lcov --no-browser
|
||||||
|
|
||||||
- name: Coverage
|
- name: Coverage
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
|
|
Loading…
Reference in New Issue