From 92b69ca76529b267f1b35159f8b372f8e5acb8ea Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 16 May 2017 20:26:35 -0700 Subject: [PATCH] Remove buggy codecov badge (#123) --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 12da2e7..3958cd5 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,7 @@ gitsome ======= -[![Build Status](https://travis-ci.org/donnemartin/gitsome.svg?branch=master)](https://travis-ci.org/donnemartin/gitsome) [![Codecov](https://img.shields.io/codecov/c/github/donnemartin/gitsome.svg)](https://codecov.io/github/donnemartin/gitsome) - -[![PyPI version](https://badge.fury.io/py/gitsome.svg)](http://badge.fury.io/py/gitsome) [![PyPI](https://img.shields.io/pypi/pyversions/gitsome.svg)](https://pypi.python.org/pypi/gitsome/) [![License](https://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) +[![Build Status](https://travis-ci.org/donnemartin/gitsome.svg?branch=master)](https://travis-ci.org/donnemartin/gitsome) [![PyPI version](https://badge.fury.io/py/gitsome.svg)](http://badge.fury.io/py/gitsome) [![PyPI](https://img.shields.io/pypi/pyversions/gitsome.svg)](https://pypi.python.org/pypi/gitsome/) [![License](https://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) ## Why `gitsome`? @@ -734,10 +732,6 @@ Continuous integration details are available on [Travis CI](https://travis-ci.or ### Unit Tests and Code Coverage -[![Codecov](https://img.shields.io/codecov/c/github/donnemartin/gitsome.svg)](https://codecov.io/github/donnemartin/gitsome) - -Code coverage details are available on [Codecov](https://codecov.io/github/donnemartin/gitsome). - Run unit tests in your active Python environment: $ python tests/run_tests.py