Skip to content

Commit 06c646e

Browse files
committed
test: 💍 add test coverage
1 parent 8622c54 commit 06c646e

File tree

3 files changed

+114
-1
lines changed

3 files changed

+114
-1
lines changed

docs/api_client_spec.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ esa.io API との通信を行うための基本的なクライアント機能を
7777
```bash
7878
uv run pytest
7979
```
80-
80+
- **テストカバレッジを表示**
81+
```bash
82+
uv run pytest --cov=. tests
83+
```
8184
---
8285

8386
※サーバー全体の設計・開発まとめは docs/20250504/mcp_esa_development_summary.md を参照。

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dev-dependencies = [
3535
"ruff",
3636
"python-dotenv",
3737
"uv>=0.7.3",
38+
"pytest-cov>=6.1.1",
3839
]
3940

4041
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)