[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