up minimum test coverage to prevent going down further

This commit is contained in:
Shahar Abramov
2025-04-07 14:56:22 +03:00
parent 97bd754c4d
commit b79667d36a

View File

@@ -1,5 +1,5 @@
[pytest]
addopts = -vvv --cov=. --cov-report xml --cov-report term-missing --cov-fail-under=65
addopts = -vvv --cov=. --cov-report xml --cov-report term-missing --cov-fail-under=68.5
asyncio_mode = auto
log_cli = true
log_cli_level = DEBUG