Add Codecov

This commit is contained in:
CrazyMax
2020-05-06 21:17:47 +02:00
parent 5fb44a383c
commit 9e29288823
3 changed files with 12 additions and 2 deletions

View File

@@ -36,3 +36,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