diff --git a/README.md b/README.md index 182e0ac..a51d013 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Tests Status](https://github.com/deadc0de6/catcli/workflows/tests/badge.svg?branch=master)](https://github.com/deadc0de6/catcli/actions) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) -[![Coveralls](https://img.shields.io/coveralls/github/deadc0de6/catcli)](https://coveralls.io/github/deadc0de6/catcli?branch=master) +[![Coverage](https://codecov.io/gh/deadc0de6/catcli/graph/badge.svg?token=t5dF7UL7K1)](https://codecov.io/gh/deadc0de6/catcli) [![PyPI version](https://badge.fury.io/py/catcli.svg)](https://badge.fury.io/py/catcli) [![AUR](https://img.shields.io/aur/version/catcli-git.svg)](https://aur.archlinux.org/packages/catcli-git) diff --git a/tests-requirements.txt b/tests-requirements.txt index 5174deb..b8a8cd1 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -2,7 +2,6 @@ pycodestyle; python_version >= '3.0' pyflakes; python_version >= '3.0' nose2; python_version >= '3.0' coverage; python_version >= '3.0' -coveralls; python_version >= '3.0' pylint; python_version > '3.0' mypy; python_version > '3.0' pytest; python_version > '3.0'