Skip to content

Commit 4263320

Browse files
committed
Refactor to use codecov instead of coveralls
1 parent 04d6e4c commit 4263320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

readme.md

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

33
[**mdast**](https://github.com/wooorm/mdast) plug-in to validate if links to
44
headings and files in markdown point to existing things.

0 commit comments

Comments
 (0)