From e4af29d0b40a6af4c49422f9629b905f9bf819dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 25 Jul 2023 14:10:01 +0200 Subject: [PATCH] disable 100% coverage enforcement --- pkgs/clan-cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/pyproject.toml b/pkgs/clan-cli/pyproject.toml index eff85f5..ae423ee 100644 --- a/pkgs/clan-cli/pyproject.toml +++ b/pkgs/clan-cli/pyproject.toml @@ -9,7 +9,7 @@ dynamic = ["version"] scripts = {clan = "clan_cli:main"} [tool.pytest.ini_options] -addopts = "--cov . --cov-report term --cov-report html:.reports/html --cov-fail-under=100 --no-cov-on-fail" +addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail" [tool.mypy] python_version = "3.10"