chore: Upload to codecov

pull/32/head
Boaz Poolman 2021-12-31 13:11:38 +01:00
parent 72729f7d57
commit 0e2ce0ae42
1 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,13 @@ jobs:
run: yarn playground:install --frozen-lockfile --unsafe-perm
- name: Run test
run: yarn run -s test:integration
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV }}
flags: unit
verbose: true
fail_ci_if_error: true
# unit:
# name: 'unit'
# needs: [lint]