diff --git a/.gitignore b/.gitignore index 5e3725b..2de8702 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,5 @@ report.xml .claude/hooks/ .claude/mcp-configs/ .claude/rules/ -.claude/skills/ \ No newline at end of file +.claude/skills/ +.claude/settings.json.coverage diff --git a/pyproject.toml b/pyproject.toml index 4b57980..d2fc750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,4 +72,4 @@ select = ["E", "F", "I", "N", "W"] [tool.pytest.ini_options] testpaths = ["tests"] markers = ["smoke: slow smoke tests that download models and run training (run with: pytest -m smoke)"] -addopts = "-m 'not smoke'" +addopts = "-m 'not smoke' --cov=soup_cli --cov-fail-under=55 --cov-report=term-missing:skip-covered"