Skip to content

Commit 989e904

Browse files
committed
Refactor to replace coveralls with codecov
1 parent bd92c31 commit 989e904

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
@@ -5,5 +5,5 @@ node_js:
55
- '0.11'
66
- '0.12'
77
- iojs
8-
after_script: npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls
98
sudo: false
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
@@ -41,9 +41,8 @@
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 .",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
HTML comments as ranges or markers in [**mdast**](https://github.com/wooorm/mdast).
44

0 commit comments

Comments
 (0)