Skip to content

Commit

Permalink
Merge pull request #4131 from radarhere/badges
Browse files Browse the repository at this point in the history
Added GitHub Actions badges
  • Loading branch information
hugovk committed Oct 11, 2019
2 parents 8c94f01 + f2abab4 commit 8225642
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pillow is the friendly PIL fork by `Alex Clark and Contributors <https://github.
* - docs
- |docs|
* - tests
- |linux| |macos| |windows| |coverage|
- |linux| |macos| |windows| |gha_lint| |gha_docker| |coverage|
* - package
- |zenodo| |tidelift| |version| |downloads|
* - social
Expand Down Expand Up @@ -60,6 +60,12 @@ To report a security vulnerability, please follow the procedure described in the
:target: https://ci.appveyor.com/project/python-pillow/Pillow
:alt: AppVeyor CI build status (Windows)

.. |gha_lint| image:: https://github.com/python-pillow/Pillow/workflows/Lint/badge.svg
:alt: GitHub Actions build status (Lint)

.. |gha_docker| image:: https://github.com/python-pillow/Pillow/workflows/Test%20Docker/badge.svg
:alt: GitHub Actions build status (Test Docker)

.. |coverage| image:: https://codecov.io/gh/python-pillow/Pillow/branch/master/graph/badge.svg
:target: https://codecov.io/gh/python-pillow/Pillow
:alt: Code coverage
Expand Down

0 comments on commit 8225642

Please sign in to comment.