Skip to content

Commit 066a482

Browse files
committed
Replace coveralls with codecov
1 parent 25f00b9 commit 066a482

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
},
3636
"scripts": {
3737
"test-api": "mocha --check-leaks test.js",
38-
"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
3938
"test-coverage": "istanbul cover _mocha -- test.js",
40-
"test-travis": "npm run test-coveralls",
39+
"test-travis": "npm run test-coverage",
4140
"test": "npm run test-api",
4241
"lint-api": "eslint .",
4342
"lint-style": "jscs --reporter inline .",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mdast-heading [![Build Status](https://img.shields.io/travis/wooorm/mdast-heading.svg?style=flat)](https://travis-ci.org/wooorm/mdast-heading) [![Coverage Status](https://img.shields.io/coveralls/wooorm/mdast-heading.svg?style=flat)](https://coveralls.io/r/wooorm/mdast-heading?branch=master)
1+
# mdast-heading [![Build Status](https://img.shields.io/travis/wooorm/mdast-heading.svg)](https://travis-ci.org/wooorm/mdast-heading) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/mdast-heading.svg)](https://codecov.io/github/wooorm/mdast-heading)
22

33
Markdown heading as ranges in [**mdast**](https://github.com/wooorm/mdast).
44

0 commit comments

Comments
 (0)