Use both text and JSON coverage reporters

This commit is contained in:
Rafael Bardini 2020-07-05 16:07:34 +02:00
parent 7f4811fd2f
commit f61f510e18
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=lcov --no-browser
run: npm test -- --coverage-report=text --coverage-report=json
- name: Coverage
uses: codecov/codecov-action@v1