Pan 2018-08-25 18:19:24 +08:00
parent 30080da893
commit d1ac442097
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ install:
- npm install -g codecov - npm install -g codecov
script: npm run test:ci script: npm run test:ci
after_success: after_success:
- cat ./test/coverage/lcov.info | ./node_modules/.bin/codecov - codecov --file test/coverage/lcov.info --disable search
notifications: notifications:
email: false email: false