Add Codecov

Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
CrazyMax
2020-09-08 23:34:53 +02:00
parent 4253125b47
commit 6c053f55dc
2 changed files with 8 additions and 7 deletions
+7 -7
View File
@@ -23,10 +23,10 @@ jobs:
-
name: Test
run: yarn run test
# -
# name: Upload coverage
# uses: codecov/[email protected]
# if: success()
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage/clover.xml
-
name: Upload coverage
uses: codecov/[email protected]
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/clover.xml