Enable codecov report

pull/10/head
Raphael 2019-10-30 12:05:44 +01:00 committed by GitHub
parent c97a6430e0
commit 3b0e14af50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -28,3 +28,11 @@ jobs:
- name: Test
run: |
npm run client:test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.2
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./client/coverage/coverage-final.json
flags: unittests
name: codecov-umbrella