From 638c3c7668d10faaf560e0ad7595aab2d6c31849 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Mon, 4 Sep 2017 22:19:36 -0400 Subject: [PATCH] add coverage badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d12b6d..3eba0ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Pylint Quote Checker -![Build Status](https://travis-ci.org/edaniszewski/pylint-quotes.svg?branch=master) +[![Build Status](https://travis-ci.org/edaniszewski/pylint-quotes.svg?branch=master)](https://travis-ci.org/edaniszewski/pylint-quotes) +[![Coverage Status](https://coveralls.io/repos/github/edaniszewski/pylint-quotes/badge.svg?branch=master)](https://coveralls.io/github/edaniszewski/pylint-quotes?branch=master) [![Latest Version](https://img.shields.io/pypi/v/pylint-quotes.svg)](https://pypi.python.org/pypi/pylint-quotes) A Pylint plugin for checking the consistency of string quotes.