1
0
forked from clan/clan-core

disable 100% coverage enforcement

This commit is contained in:
Jörg Thalheim 2023-07-25 14:10:01 +02:00
parent 692bdc9b02
commit e4af29d0b4

View File

@ -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"