Skip to content

Commit

Permalink
Bump coverage percentage to 94% (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
living180 committed May 15, 2023
1 parent 43a87f7 commit 1960ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Django Debug Toolbar |latest-version|
:target: https://github.com/jazzband/django-debug-toolbar/actions
:alt: Build Status

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ source = ["src", ".tox/*/site-packages"]

[tool.coverage.report]
# Update coverage badge link in README.rst when fail_under changes
fail_under = 93
fail_under = 94
show_missing = true

0 comments on commit 1960ca3

Please sign in to comment.