From 0ff46e8ddffe2f801edec8dcce83feed7c028b9c Mon Sep 17 00:00:00 2001 From: Albertas Gimbutas Date: Sat, 6 Apr 2024 22:22:37 +0300 Subject: [PATCH] Increase code coverage threshold to 88% --- deadcode/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deadcode/pyproject.toml b/deadcode/pyproject.toml index cf5690c..69fae39 100644 --- a/deadcode/pyproject.toml +++ b/deadcode/pyproject.toml @@ -91,4 +91,4 @@ target_version = ["py38"] [tool.pytest.ini_options] -addopts = "--cov=. --no-cov-on-fail --cov-fail-under=78.0" +addopts = "--cov=. --no-cov-on-fail --cov-fail-under=88.0" diff --git a/pyproject.toml b/pyproject.toml index cf5690c..69fae39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,4 +91,4 @@ target_version = ["py38"] [tool.pytest.ini_options] -addopts = "--cov=. --no-cov-on-fail --cov-fail-under=78.0" +addopts = "--cov=. --no-cov-on-fail --cov-fail-under=88.0"