From 3700578f0c3ef8a706370e50063cf3d4b9ff12e9 Mon Sep 17 00:00:00 2001 From: deepmancer Date: Tue, 13 Aug 2024 22:34:09 +0330 Subject: [PATCH] relax coverage --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e8fe15..bf6c7fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,8 +66,8 @@ lint-check = [ ] [tool.hatch.envs.test.scripts] -test = "pytest --cov=fastapi_auth_jwt/ --cov-report=term-missing --cov-fail-under=90" -test-cov-xml = "pytest --cov=fastapi_auth_jwt/ --cov-report=xml --cov-fail-under=90" +test = "pytest --cov=fastapi_auth_jwt/" +test-cov-xml = "pytest --cov=fastapi_auth_jwt/" [build-system] requires = ["hatchling", "hatch-regex-commit"]