1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Description: Remove privacy breach in README.rst
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2018-08-18
Index: python-stestr/README.rst
===================================================================
--- python-stestr.orig/README.rst
+++ python-stestr/README.rst
@@ -1,22 +1,6 @@
stestr
======
-.. image:: https://github.com/mtreinish/stestr/actions/workflows/main.yml/badge.svg?branch=main
- :target: https://github.com/mtreinish/stestr/actions/workflows/main.yml
- :alt: CI Testing status
-
-.. image:: https://img.shields.io/codecov/c/gh/mtreinish/stestr?style=flat-square
- :target: https://codecov.io/gh/mtreinish/stestr
- :alt: Code coverage
-
-.. image:: https://img.shields.io/pypi/v/stestr.svg?style=flat-square
- :target: https://pypi.python.org/pypi/stestr
- :alt: Latest Version
-
-.. image:: https://img.shields.io/github/license/mtreinish/stestr.svg?style=popout-square
- :target: https://opensource.org/licenses/Apache-2.0
- :alt: License:
-
* Read this in other languages: `English`_, `日本語`_
* You can see the full rendered docs at: http://stestr.readthedocs.io/en/latest/
* The code of the project is on Github: https://github.com/mtreinish/stestr
|