From 4e6be871fad64cb13fe6b9fc422b6081c35c9f12 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 23 Aug 2018 00:23:31 -0400 Subject: [PATCH] Add codecov.yml file and add badge --- README.md | 2 +- codecov.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 codecov.yml diff --git a/README.md b/README.md index e88fdbfbf..fe002c419 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HTMLHint [![Build Status](https://img.shields.io/travis/thedaviddias/HTMLHint.svg)](https://travis-ci.org/thedaviddias/HTMLHint) -[![Coverage Status](https://img.shields.io/coveralls/thedaviddias/HTMLHint.svg)](https://coveralls.io/github/thedaviddias/HTMLHint?branch=master) +[![codecov](https://codecov.io/gh/thedaviddias/HTMLHint/branch/master/graph/badge.svg)](https://codecov.io/gh/thedaviddias/HTMLHint) [![NPM version](https://img.shields.io/npm/v/htmlhint.svg?style=flat)](https://www.npmjs.com/package/htmlhint) [![NPM count](https://img.shields.io/npm/dm/htmlhint.svg?style=flat)](https://www.npmjs.com/package/htmlhint) [![License](https://img.shields.io/npm/l/htmlhint.svg?style=flat)](https://www.npmjs.com/package/htmlhint) diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..beada4e2e --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "lib/.*"