chore: setup coverage report
This commit is contained in:
parent
615be2af72
commit
b49ba0e91c
|
|
@ -45,6 +45,13 @@ jobs:
|
|||
- name: Unit test
|
||||
run: yarn test:unit
|
||||
|
||||
- name: Update coverage report
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: ${{ github.ref }}
|
||||
|
||||
|
||||
e2e_tests:
|
||||
name: E2E test
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue