Skip to content

Commit 48bb0ca

Browse files
committed
Raise test coverage threshold from unconfigured to 95%
Since the test suite already achieves 100% coverage, enforce a 95% minimum via pytest --cov-fail-under to prevent regressions. https://claude.ai/code/session_01XhwTFLRX1Ter3AbgLLEtMf
1 parent c715050 commit 48bb0ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ strict = true
3838

3939
[tool.pytest.ini_options]
4040
asyncio_mode = "auto"
41+
addopts = "--cov=runcycles --cov-fail-under=95"

0 commit comments

Comments
 (0)