ci: add Codecov

This commit is contained in:
divlo
2020-12-29 04:44:15 +01:00
parent 67760594aa
commit 35e7ad11ef
2 changed files with 5 additions and 1 deletions

View File

@ -40,5 +40,8 @@ jobs:
- name: 'Build'
run: 'npm run build'
- name: 'Run the tests'
- name: 'Run the tests and generate coverage report'
run: 'npm test'
- name: 'Upload coverage to Codecov'
uses: 'codecov/codecov-action@v1'