We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a767d commit 3b12312Copy full SHA for 3b12312
README.rst
@@ -16,7 +16,7 @@ Django Debug Toolbar |latest-version|
16
:target: https://github.com/jazzband/django-debug-toolbar/actions
17
:alt: Build Status
18
19
-.. |coverage| image:: https://img.shields.io/badge/Coverage-89%25-green
+.. |coverage| image:: https://img.shields.io/badge/Coverage-93%25-green
20
:target: https://github.com/jazzband/django-debug-toolbar/actions/workflows/test.yml?query=branch%3Amain
21
:alt: Test coverage status
22
setup.cfg
@@ -60,7 +60,7 @@ source =
60
61
[coverage:report]
62
# Update coverage badge link in README.rst when fail_under changes
63
-fail_under = 89
+fail_under = 93
64
show_missing = True
65
66
[flake8]
0 commit comments