From 9bff7b8ebfe58484f5ebad701e2bfb2dde6d7673 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Tue, 13 Aug 2019 21:25:22 -0700 Subject: [PATCH 1/2] Remove code coverage check from CI --- setup.py | 2 -- tox.ini | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 96f48c8a..779a7046 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,8 @@ classifiers = [f"Programming Language :: Python :: {version}" for version in ["3 extras_require = { "test": [ - "codecov>=2.0.15,<3.0.0", "factory-boy>=2.12.0,<3.0.0", "pytest>=4.6.3,<5.0.0", - "pytest-cov>=2.7.1,<3.0.0", "pytest-asyncio>=0.10.0,<1.0.0", ], "lint": [ diff --git a/tox.ini b/tox.ini index 6c720e73..2eef74ff 100644 --- a/tox.ini +++ b/tox.ini @@ -29,8 +29,7 @@ deps = passenv = CI TRAVIS TRAVIS_* extras = test commands = - pytest --cov=./libp2p tests/ - codecov + pytest tests/ basepython = py37: python3.7 From dc262ddb58fe32d6edad597ab2de2d851550a551 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Wed, 14 Aug 2019 08:49:38 -0700 Subject: [PATCH 2/2] Remove badge from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a44ac3..947ae560 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# py-libp2p [![Build Status](https://travis-ci.com/libp2p/py-libp2p.svg?branch=master)](https://travis-ci.com/libp2p/py-libp2p) [![codecov](https://codecov.io/gh/libp2p/py-libp2p/branch/master/graph/badge.svg)](https://codecov.io/gh/libp2p/py-libp2p) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/py-libp2p/Lobby)[![Freenode](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p) +# py-libp2p [![Build Status](https://travis-ci.com/libp2p/py-libp2p.svg?branch=master)](https://travis-ci.com/libp2p/py-libp2p) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/py-libp2p/Lobby)[![Freenode](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)