Add Codecov

This commit is contained in:
CrazyMax 2020-05-07 11:47:49 +02:00
parent 4cd8fafb4f
commit 5835168d00
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 12 additions and 2 deletions

View file

@ -29,3 +29,11 @@ jobs:
-
name: Test
run: npm run test
-
# https://github.com/codecov/codecov-action
name: Upload coverage
uses: codecov/codecov-action@v1
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/clover.xml