From 0ab9ee76179adcc7c8e3492a11a897453d5dfabc Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Wed, 16 Dec 2020 17:33:23 +0100 Subject: [PATCH] Temporarily remove coveralls + fossa badges The newly add GitHub workflow, which replaces Travis and Appveyor does not support publishing coverage (coveralls) and license (fossa) data yet (formerly done by Travis). This commit removes the corresponding badges from README. It shall be reverted once coveralls and fossa are re-enabled. Signed-off-by: Lukas Puehringer --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5663379b72..3c77c031f1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # TUF A Framework for Securing Software Update Systems ![Build](https://github.com/theupdateframework/tuf/workflows/Run%20TUF%20tests%20and%20linter/badge.svg) -[![Coveralls](https://coveralls.io/repos/theupdateframework/tuf/badge.svg?branch=develop)](https://coveralls.io/r/theupdateframework/tuf?branch=develop) ![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=theupdateframework/tuf) -[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Ftheupdateframework%2Ftuf.svg?type=shield)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Ftheupdateframework%2Ftuf?ref=badge_shield) [![CII](https://bestpractices.coreinfrastructure.org/projects/1351/badge)](https://bestpractices.coreinfrastructure.org/projects/1351) [![PyPI](https://img.shields.io/pypi/v/tuf)](https://pypi.org/project/tuf/)