diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f651cf..bb7c86b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,3 +49,4 @@ jobs: - uses: coverallsapp/github-action@v2 with: parallel-finished: true + fail-on-error: false diff --git a/README.rst b/README.rst index fd35402..aedc5c5 100644 --- a/README.rst +++ b/README.rst @@ -3,13 +3,12 @@ pygelf |gh-actions| |coveralls| |pypi| |downloads| .. |gh-actions| image:: https://github.com/keeprocking/pygelf/actions/workflows/tests.yml/badge.svg?branch=master - :target: https://github.com/keeprocking/pygelf/actions + :target: https://github.com/keeprocking/pygelf/actions .. |pypi| image:: https://badge.fury.io/py/pygelf.svg - :target: https://pypi.python.org/pypi/pygelf .. |coveralls| image:: https://coveralls.io/repos/github/keeprocking/pygelf/badge.svg?branch=master - :target: https://coveralls.io/github/keeprocking/pygelf?branch=master -.. |downloads| image:: https://pepy.tech/badge/pygelf/month - :target: https://pypi.python.org/pypi/pygelf + :target: https://coveralls.io/github/keeprocking/pygelf?branch=master +.. |downloads| image:: https://img.shields.io/pypi/dm/pygelf + :target: https://pypi.python.org/pypi/pygelf Python logging handlers with GELF (Graylog Extended Log Format) support.