ci: add Codecov
This commit is contained in:
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user