Evan You
9 years ago
3 changed files with 7 additions and 4 deletions
@ -0,0 +1,5 @@ |
|||
set -e |
|||
npm run ci |
|||
if [ -z "$CI_PULL_REQUEST" ] then |
|||
cat ./coverage/lcov.info | ./node_modules/.bin/codecov |
|||
fi |
Loading…
Reference in new issue