]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
no codecov
authorBob Halley <halley@dnspython.org>
Fri, 16 Apr 2021 21:27:43 +0000 (14:27 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 16 Apr 2021 21:27:43 +0000 (14:27 -0700)
.travis.yml
README.md

index 69223a0bb1c443779b8e392cd3c982936ee755bc..c7deccceaab578a46a5aa75a15f7203e8f41e78d 100644 (file)
@@ -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)
index 4a3913c212fcb11c265f0137436cbfac3b0f7569..ac9227be4a344c802b3b5c7f10f0ea68155ec802 100644 (file)
--- 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