We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8622c54 commit 06c646eCopy full SHA for 06c646e
docs/api_client_spec.md
@@ -77,7 +77,10 @@ esa.io API との通信を行うための基本的なクライアント機能を
77
```bash
78
uv run pytest
79
```
80
-
+- **テストカバレッジを表示**
81
+ ```bash
82
+ uv run pytest --cov=. tests
83
+ ```
84
---
85
86
※サーバー全体の設計・開発まとめは docs/20250504/mcp_esa_development_summary.md を参照。
pyproject.toml
@@ -35,6 +35,7 @@ dev-dependencies = [
35
"ruff",
36
"python-dotenv",
37
"uv>=0.7.3",
38
+ "pytest-cov>=6.1.1",
39
]
40
41
[tool.pytest.ini_options]
0 commit comments