Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct build badges in README #1552

Merged
merged 1 commit into from Oct 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.rst
Expand Up @@ -15,7 +15,7 @@ Faker is heavily inspired by `PHP Faker`_, `Perl Faker`_, and by `Ruby Faker`_.
_| _| _| _| _| _| _|
_| _|_|_| _| _| _|_|_| _|

|pypi| |unix_build| |windows_build| |coverage| |license|
|pypi| |build| |coverage| |license|

----

Expand Down Expand Up @@ -447,14 +447,10 @@ Credits
:target: https://coveralls.io/r/joke2k/faker?branch=master
:alt: Test coverage

.. |unix_build| image:: https://github.com/joke2k/faker/workflows/Python%20Tests/badge.svg
:target: https://github.com/joke2k/faker/actions?query=workflow%3A%22Python+Tests%22
.. |build| image:: https://github.com/joke2k/faker/workflows/Python%20Tests/badge.svg?branch=master&event=push
:target: https://github.com/joke2k/faker/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Apush
:alt: Build status of the master branch on Mac/Linux

.. |windows_build| image:: https://img.shields.io/appveyor/ci/joke2k/faker/master.svg?style=flat-square&label=windows%20build
:target: https://ci.appveyor.com/project/joke2k/faker
:alt: Build status of the master branch on Windows

.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
:target: https://raw.githubusercontent.com/joke2k/faker/master/LICENSE.txt
:alt: Package license