Skip to content

Commit 3771446

Browse files
committed
lower the coverage
1 parent 5219c99 commit 3771446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363

6464
[tool.hatch.envs.test.scripts]
6565
test = "pytest tests/ -v"
66-
cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=src/aws_durable_execution_sdk_python_testing --cov-fail-under=96"
66+
cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=src/aws_durable_execution_sdk_python_testing --cov-fail-under=95"
6767

6868
[tool.hatch.envs.types]
6969
extra-dependencies = ["mypy>=1.0.0", "pytest"]

0 commit comments

Comments
 (0)