Skip to content

Commit 0273173

Browse files
committed
Just remove the codecov badge entirely.
It regularly flakes and fails the RTD build.
1 parent 6359504 commit 0273173

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
jsonschema
33
==========
44

5-
|PyPI| |Pythons| |CI| |Codecov| |ReadTheDocs|
5+
|PyPI| |Pythons| |CI| |ReadTheDocs|
66

77
.. |PyPI| image:: https://img.shields.io/pypi/v/jsonschema.svg
88
:alt: PyPI version
@@ -16,10 +16,6 @@ jsonschema
1616
:alt: Build status
1717
:target: https://github.com/Julian/jsonschema/actions?query=workflow%3ACI
1818

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-
2319
.. |ReadTheDocs| image:: https://readthedocs.org/projects/python-jsonschema/badge/?version=stable&style=flat
2420
:alt: ReadTheDocs status
2521
:target: https://python-jsonschema.readthedocs.io/en/stable/

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ def entire_domain(host):
247247

248248

249249
linkcheck_ignore = [
250-
entire_domain("codecov.io"),
251250
"https://github.com/Julian/jsonschema/actions",
252251
"https://github.com/Julian/jsonschema/workflows/CI/badge.svg",
253252
]

0 commit comments

Comments
 (0)