chore: setup coverage report

This commit is contained in:
mutoe 2021-02-28 14:44:16 +08:00
parent 615be2af72
commit b49ba0e91c
1 changed files with 7 additions and 0 deletions

View File

@ -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: