This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch github_actions_take_2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 2ed77ef3235a6d08e960e452b3830d353b05879f Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 13 14:36:38 2020 +0100 Add badge to the readme. --- README.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7702149..978dac1 100644 --- a/README.rst +++ b/README.rst @@ -7,13 +7,16 @@ through a unified and easy to use API. .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat - :target: https://libcloud.readthedocs.org + :target: https://libcloud.readthedocs.org .. image:: https://img.shields.io/pypi/v/apache-libcloud.svg - :target: https://pypi.python.org/pypi/apache-libcloud/ + :target: https://pypi.python.org/pypi/apache-libcloud/ + +.. image:: https://github.com/apache/libcloud/workflows/CI/badge.svg?branch=trunk + :target: https://github.com/apache/libcloud/actions?query=workflow%3ACI -.. image:: https://img.shields.io/travis/apache/libcloud/trunk.svg - :target: http://travis-ci.org/apache/libcloud +.. image:: https://github.com/apache/libcloud/workflows/Publish%20pricing.json%20to%20S3%20bucket/badge.svg?branch=trunk + :target: https://github.com/apache/libcloud/actions?query=workflow%3A%22Publish+pricing.json+to+S3+bucket%22 .. image:: https://img.shields.io/codecov/c/github/apache/libcloud/trunk.svg :target: https://codecov.io/github/apache/libcloud?branch=trunk
