Skip to content

Commit 1960ca3

Browse files
authored
Bump coverage percentage to 94% (#1776)
1 parent 43a87f7 commit 1960ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Django Debug Toolbar |latest-version|
1616
:target: https://github.com/jazzband/django-debug-toolbar/actions
1717
:alt: Build Status
1818

19-
.. |coverage| image:: https://img.shields.io/badge/Coverage-93%25-green
19+
.. |coverage| image:: https://img.shields.io/badge/Coverage-94%25-green
2020
:target: https://github.com/jazzband/django-debug-toolbar/actions/workflows/test.yml?query=branch%3Amain
2121
:alt: Test coverage status
2222

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ source = ["src", ".tox/*/site-packages"]
7373

7474
[tool.coverage.report]
7575
# Update coverage badge link in README.rst when fail_under changes
76-
fail_under = 93
76+
fail_under = 94
7777
show_missing = true

0 commit comments

Comments
 (0)