File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
- ' 0.12'
7
7
- iojs
8
8
sudo : 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 34
34
},
35
35
"scripts" : {
36
36
"test-api" : " mocha --check-leaks test.js" ,
37
- "test-coveralls" : " istanbul cover _mocha --report lcovonly -- --check-leaks test.js" ,
38
37
"test-coverage" : " istanbul cover _mocha -- test.js" ,
39
- "test-travis" : " npm run test-coveralls " ,
38
+ "test-travis" : " npm run test-coverage " ,
40
39
"test" : " npm run test-api" ,
41
40
"lint-api" : " eslint ." ,
42
41
"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 )
2
2
3
3
[ ** mdast** ] ( https://github.com/wooorm/mdast ) utility to get the plain text
4
4
content of a node.
You can’t perform that action at this time.
0 commit comments