Replace JSON coverage report with lcov

This commit is contained in:
Rafael Bardini 2020-07-05 15:52:18 +02:00
parent 4149a6cce8
commit 7f4811fd2f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
run: npm run lint
- name: Test
run: npm test -- --coverage-report=json
run: npm test -- --coverage-report=lcov --no-browser
- name: Coverage
uses: codecov/codecov-action@v1