File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2
2
jsonschema
3
3
==========
4
4
5
- |PyPI | |Pythons | |CI | |Codecov | | ReadTheDocs |
5
+ |PyPI | |Pythons | |CI | |ReadTheDocs |
6
6
7
7
.. |PyPI | image :: https://img.shields.io/pypi/v/jsonschema.svg
8
8
:alt: PyPI version
@@ -16,10 +16,6 @@ jsonschema
16
16
:alt: Build status
17
17
:target: https://github.com/Julian/jsonschema/actions?query=workflow%3ACI
18
18
19
- .. |Codecov | image :: https://codecov.io/gh/Julian/jsonschema/branch/master/graph/badge.svg
20
- :alt: Codecov Code coverage
21
- :target: https://codecov.io/gh/Julian/jsonschema
22
-
23
19
.. |ReadTheDocs | image :: https://readthedocs.org/projects/python-jsonschema/badge/?version=stable&style=flat
24
20
:alt: ReadTheDocs status
25
21
:target: https://python-jsonschema.readthedocs.io/en/stable/
Original file line number Diff line number Diff line change @@ -247,7 +247,6 @@ def entire_domain(host):
247
247
248
248
249
249
linkcheck_ignore = [
250
- entire_domain ("codecov.io" ),
251
250
"https://github.com/Julian/jsonschema/actions" ,
252
251
"https://github.com/Julian/jsonschema/workflows/CI/badge.svg" ,
253
252
]
You can’t perform that action at this time.
0 commit comments