Skip to content

Commit 8456478

Browse files
committed
Replace coveralls with codecov
1 parent 37460f6 commit 8456478

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ node_js:
66
- '0.12'
77
- iojs
88
sudo: false
9-
after_script: npm install [email protected] && cat ./coverage/lcov.info | coveralls
9+
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
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 .",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
content of a node.

0 commit comments

Comments
 (0)