Skip to content

Commit

Permalink
Add github badge. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Jul 5, 2021
1 parent c9ecd0b commit b2a0315
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
@@ -1,7 +1,7 @@
pathlib2
========

|appveyor| |codecov|
|github| |appveyor| |codecov|

Fork of pathlib aiming to support the full stdlib Python API.

Expand Down Expand Up @@ -54,6 +54,10 @@ Therefore, on Windows with Python 2.7, until this problem is fixed upstream,
unfortunately you cannot rely on pathlib2 to support the full unicode range for filenames.
See `issue #56 <https://github.com/mcmtroffaes/pathlib2/issues/56>`_ for more details.

.. |github| image:: https://github.com/mcmtroffaes/pathlib2/actions/workflows/python-package.yml/badge.svg
:target: https://github.com/mcmtroffaes/pathlib2/actions/workflows/python-package.yml
:alt: github

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/baddx3rpet2wyi2c?svg=true
:target: https://ci.appveyor.com/project/mcmtroffaes/pathlib2
:alt: appveyor
Expand Down

0 comments on commit b2a0315

Please sign in to comment.