From 41611011e035035420c93945fe6c64338858b8ec Mon Sep 17 00:00:00 2001 From: Daniel Harding Date: Mon, 15 May 2023 14:53:46 +0300 Subject: [PATCH] Bump coverage percentage to 94% --- README.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e3a40b8a1..29e4e1b0e 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/pyproject.toml b/pyproject.toml index b1ccc67f2..8729cb911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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