mirror of
https://github.com/tadata-org/fastapi_mcp.git
synced 2025-04-13 23:32:11 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user