File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ python-jose
3
3
4
4
A JOSE implementation in Python
5
5
6
- |Build Status | |Coverage Status | |Docs |
6
+ |Build Status | |Github Actions CI Status | | Coverage Status | |Docs |
7
7
8
8
Docs are available on ReadTheDocs _.
9
9
@@ -86,6 +86,9 @@ This library was originally based heavily on the work of the folks over at PyJWT
86
86
87
87
.. |Build Status | image :: https://travis-ci.org/mpdavis/python-jose.svg?branch=master
88
88
:target: https://travis-ci.org/mpdavis/python-jose
89
+ .. |Github Actions CI Status | image :: https://github.com/mpdavis/python-jose/workflows/main/badge.svg?branch=master
90
+ :target: https://github.com/mpdavis/python-jose/actions?workflow=main
91
+ :alt: Github Actions CI Status
89
92
.. |Coverage Status | image :: http://codecov.io/github/mpdavis/python-jose/coverage.svg?branch=master
90
93
:target: http://codecov.io/github/mpdavis/python-jose?branch=master
91
94
.. |Docs | image :: https://readthedocs.org/projects/python-jose/badge/
You can’t perform that action at this time.
0 commit comments