From ed961dec98d48814d974f42fa7717bd65359a23c Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 8 Oct 2022 00:51:47 -0400 Subject: [PATCH] docs: Remove broken badges * Coveralls: Last updated in 2019. * Travis: Last updated over a year ago, failing. * Codecov: Last updated 5 years ago. * Codacy: 404 Not Found. Change-Id: I42833cb1823fa73349f00f044e5151a0247a09f0 --- .travis.yml | 11 ----------- README.rst | 10 +--------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5893423..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: python -python: - - "3.7" -before_install: - - pip install --upgrade setuptools -install: - - pip install --upgrade coveralls codecov tox -script: tox -e unit -after_success: - - coveralls - - codecov diff --git a/README.rst b/README.rst index 368c30a..b10dc5b 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Cumin - An automation and orchestration framework ------------------------------------------------- -|GitHub Release| |PyPI Release| |Build Status| |Coveralls Coverage| |Codcov Coverage| |Codacy| |License| +|GitHub Release| |PyPI Release| |License| Cumin provides a flexible and scalable automation framework to execute multiple commands on multiple hosts in parallel. @@ -24,14 +24,6 @@ at the Wikimedia Foundation are available on `Wikitech`_. :target: https://github.com/wikimedia/cumin/releases .. |PyPI Release| image:: https://img.shields.io/pypi/v/cumin.svg :target: https://pypi.org/project/cumin/ -.. |Build Status| image:: https://travis-ci.org/wikimedia/cumin.svg?branch=master - :target: https://travis-ci.org/wikimedia/cumin -.. |Coveralls Coverage| image:: https://coveralls.io/repos/github/wikimedia/cumin/badge.svg?branch=master - :target: https://coveralls.io/github/wikimedia/cumin -.. |Codcov Coverage| image:: https://codecov.io/github/wikimedia/cumin/coverage.svg?branch=master - :target: https://codecov.io/github/wikimedia/cumin -.. |Codacy| image:: https://api.codacy.com/project/badge/Grade/73d9a429dc7343eb935471bf05826fc0 - :target: https://www.codacy.com/app/volans-/cumin .. |License| image:: https://img.shields.io/badge/license-GPLv3%2B-blue.svg :target: https://github.com/wikimedia/cumin/blob/master/LICENSE .. |Cumin GIF| image:: https://people.wikimedia.org/~volans/cumin.gif