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 66- ' 0.12'
77- iojs
88sudo : false
9- after_script : npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls
9+ after_script : npm install codecov.io && cat ./coverage/lcov.info | codecov
Original file line number Diff line number Diff line change 3434 },
3535 "scripts" : {
3636 "test-api" : " mocha --check-leaks test.js" ,
37- "test-coveralls" : " istanbul cover _mocha --report lcovonly -- --check-leaks test.js" ,
3837 "test-coverage" : " istanbul cover _mocha -- test.js" ,
39- "test-travis" : " npm run test-coveralls " ,
38+ "test-travis" : " npm run test-coverage " ,
4039 "test" : " npm run test-api" ,
4140 "lint-api" : " eslint ." ,
4241 "lint-style" : " jscs --reporter inline ." ,
Original file line number Diff line number Diff line change 1- # mdast-util-to-string [ ![ Build Status] ( https://img.shields.io/travis/wooorm/mdast-util-to-string.svg?style=flat )] ( https://travis-ci.org/wooorm/mdast-util-to-string ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/ wooorm/mdast-util-to-string.svg?style=flat )] ( https://coveralls .io/r /wooorm/mdast-util-to-string?branch=master )
1+ # mdast-util-to-string [ ![ Build Status] ( https://img.shields.io/travis/wooorm/mdast-mdast- util-to-string.svg )] ( https://travis-ci.org/wooorm/mdast-mdast- util-to-string ) [ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/ wooorm/mdast-mdast- util-to-string.svg )] ( https://codecov .io/github /wooorm/mdast-mdast- util-to-string )
22
33[ ** mdast** ] ( https://github.com/wooorm/mdast ) utility to get the plain text
44content of a node.
You can’t perform that action at this time.
0 commit comments