test
parent
30080da893
commit
d1ac442097
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue