chore: enable codecov

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-18 06:49:19 +01:00
parent 7d9736eaba
commit 6d491fdde7
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ test:
- yarn run test
- nvm alias default 9
- yarn run test
- yarn run coverage:publish
- echo "machine github.com login verdacciobot password $GITHUB_TOKEN" > ~/.netrc
- cd website && yarn install && GIT_USER=verdacciobot USE_SSH=false yarn run publish-gh-pages
deployment: