Skip to content

Commit

Permalink
Don't mark the build failed in case of decreased coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
keeprocking committed Jul 9, 2024
1 parent 504348d commit bc72be1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
- uses: coverallsapp/github-action@v2
with:
parallel-finished: true
fail-on-error: false
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bc72be1

Please sign in to comment.