Merge pull request #1016 from dolanmiu/feat/codecov

Add codecov check
This commit is contained in:
Dolan
2021-07-01 14:25:18 +01:00
committed by GitHub

View File

@ -33,6 +33,11 @@ jobs:
run: npm ci
- name: Test
run: npm run test.coverage
- name: Codecov
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
verbose: true
lint:
name: Lint
runs-on: ubuntu-latest