chore: Upload to codecov
parent
72729f7d57
commit
0e2ce0ae42
|
@ -43,6 +43,13 @@ jobs:
|
||||||
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: yarn run -s test:integration
|
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:
|
# unit:
|
||||||
# name: 'unit'
|
# name: 'unit'
|
||||||
# needs: [lint]
|
# needs: [lint]
|
||||||
|
|
Loading…
Reference in New Issue