tabras / pyproject.toml
vvennelakanti's picture
finished base
a8afc36
Raw
History Blame Contribute Delete
277 Bytes
[tool.pytest.ini_options]
testpaths = ["tests"]
[tool.coverage.run]
branch = true
source = ["ai_runtime", "art", "boss", "budget", "clients", "draft", "forge", "game", "generator", "local_llm", "play", "primitives"]
[tool.coverage.report]
show_missing = true
fail_under = 90