Integrate codecov

This commit is contained in:
Webber 2020-02-09 00:49:05 +01:00 committed by Webber Takken
parent cc244fa58b
commit a0d197e1fa

View File

@ -18,7 +18,8 @@ jobs:
node-version: 12.x
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn test --coverage
- run: bash <(curl -s https://codecov.io/bash)
- run: yarn build || { echo "build command should always succeed" ; exit 61; }
- run: yarn build --quiet && git diff --quiet action || { echo "action should be auto generated" ; git diff action ; exit 62; }