From: Bob Halley Date: Fri, 16 Apr 2021 21:27:43 +0000 (-0700) Subject: no codecov X-Git-Tag: v2.2.0rc1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd998ad2053528cc7763292366cf03c76ede193;p=thirdparty%2Fdnspython.git no codecov --- diff --git a/.travis.yml b/.travis.yml index 69223a0b..c7deccce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,3 @@ install: - ~/.poetry/bin/poetry install -E dnssec -E doh -E idna -E trio -E curio script: - ~/.poetry/bin/poetry run pytest --cov=. --cov-report=xml:coverage.xml -after_success: - - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index 4a3913c2..ac9227be 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Build Status](https://travis-ci.org/rthalley/dnspython.svg?branch=master)](https://travis-ci.org/rthalley/dnspython) [![Documentation Status](https://readthedocs.org/projects/dnspython/badge/?version=latest)](https://dnspython.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/dnspython.svg)](https://badge.fury.io/py/dnspython) -[![Coverage](https://codecov.io/github/rthalley/dnspython/coverage.svg?branch=master)](https://codecov.io/gh/rthalley/dnspython) [![License: ISC](https://img.shields.io/badge/License-ISC-brightgreen.svg)](https://opensource.org/licenses/ISC) ## INTRODUCTION