From 5a8b109e2a31c992861d5f0502e9eff9c9286e56 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 17 Aug 2015 13:58:14 +0200 Subject: [PATCH] Replace coveralls with codecov --- .travis.yml | 2 +- package.json | 5 ++--- readme.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ccc9e8c..8d45900 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ node_js: - '0.11' - '0.12' - iojs -after_script: npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls sudo: false +after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov diff --git a/package.json b/package.json index 420daf9..bba1b78 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,8 @@ }, "scripts": { "test-api": "mocha --check-leaks test/index.js", - "test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test/index.js", - "test-coverage": "istanbul cover _mocha -- --check-leaks test/index.js", - "test-travis": "npm run test-coveralls", + "test-coverage": "istanbul cover _mocha -- test/index.js", + "test-travis": "npm run test-coverage", "test": "npm run test-api", "lint-api": "eslint .", "lint-style": "jscs . --reporter inline", diff --git a/readme.md b/readme.md index 06c7a10..fa114f1 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # ![mdast-lint](https://cdn.rawgit.com/wooorm/mdast-lint/master/logo.svg) -[![Build Status](https://img.shields.io/travis/wooorm/mdast-lint.svg?style=flat)](https://travis-ci.org/wooorm/mdast-lint) [![Coverage Status](https://img.shields.io/coveralls/wooorm/mdast-lint.svg?style=flat)](https://coveralls.io/r/wooorm/mdast-lint?branch=master) +[![Build Status](https://img.shields.io/travis/wooorm/mdast-lint.svg)](https://travis-ci.org/wooorm/mdast-lint) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/mdast-lint.svg)](https://codecov.io/github/wooorm/mdast-lint) **mdast-lint** is a markdown code style linter. Another linter? Yes. Ensuring the markdown you (and contributors) write is of great quality will