Push code coverage percentages to codecov.io.
This commit is contained in:
parent
5510719fb2
commit
97a6313e03
2 changed files with 9 additions and 1 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
|
@ -16,3 +16,6 @@ jobs:
|
|||
run: "yarn install"
|
||||
- name: Jest
|
||||
run: "yarn run test"
|
||||
- name: Upload to codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
flags: unittests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue