File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 55- ' 0.11'
66- ' 0.12'
77- iojs
8- after_script : npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls
98sudo : false
9+ after_script : npm install codecov.io && cat ./coverage/lcov.info | codecov
Original file line number Diff line number Diff line change 4141 },
4242 "scripts" : {
4343 "test-api" : " mocha --check-leaks test/index.js" ,
44- "test-coveralls" : " istanbul cover _mocha --report lcovonly -- --check-leaks test/index.js" ,
4544 "test-coverage" : " istanbul cover _mocha -- test/index.js" ,
46- "test-travis" : " npm run test-coveralls " ,
45+ "test-travis" : " npm run test-coverage " ,
4746 "test" : " npm run test-api" ,
4847 "lint-api" : " eslint ." ,
4948 "lint-style" : " jscs --reporter inline ." ,
Original file line number Diff line number Diff line change 1- # mdast-zone [ ![ Build Status] ( https://img.shields.io/travis/wooorm/mdast-zone.svg?style=flat )] ( https://travis-ci.org/wooorm/mdast-zone ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/ wooorm/mdast-zone.svg?style=flat )] ( https://coveralls .io/r /wooorm/mdast-zone?branch=master )
1+ # mdast-zone [ ![ Build Status] ( https://img.shields.io/travis/wooorm/mdast-zone.svg )] ( https://travis-ci.org/wooorm/mdast-zone ) [ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/ wooorm/mdast-zone.svg )] ( https://codecov .io/github /wooorm/mdast-zone )
22
33HTML comments as ranges or markers in [ ** mdast** ] ( https://github.com/wooorm/mdast ) .
44
You can’t perform that action at this time.
0 commit comments