mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-02-01 15:23:03 +00:00
update ci script to coverall
This commit is contained in:
parent
83434e3259
commit
4df51f3d68
@ -6,4 +6,4 @@ node_js:
|
||||
sudo: false
|
||||
script:
|
||||
- "npm run test"
|
||||
after_script: "npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
||||
after_script: "npm install coveralls && ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls"
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
<img src="https://img.shields.io/coveralls/thinkjs/thinkjs.svg?style=flat-square" alt="Coverage Status" />
|
||||
</a>
|
||||
<a href="https://david-dm.org/thinkjs/thinkjs">
|
||||
<img src="https://david-dm.org/thinkjs/thinkjs.svg" alt="Dependency Status" />
|
||||
<img src="https://img.shields.io/david/thinkjs/thinkjs.svg?style=flat-square" alt="Dependency Status" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user