set coverage threshold to 80 since we had a false high coverage before, because the tests themselves were also measured.

This commit is contained in:
Shahar Abramov
2025-04-10 13:31:25 +03:00
parent 09971f0cb2
commit 4b6ca802a4

View File

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