diff --git a/pyproject.toml b/pyproject.toml index 7220827..2e8c0c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,3 +38,4 @@ strict = true [tool.pytest.ini_options] asyncio_mode = "auto" +addopts = "--cov=runcycles --cov-fail-under=95"