Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ This contract matches the expectations of
* Tools:

* `enrichr_pathway` — Pathway enrichment via Enrichr (REST, multipart-safe)
* `david_annotation` — Functional annotation via DAVID (REST)
* Execution model:

* Stateless REST calls
Expand Down Expand Up @@ -155,7 +156,8 @@ No changes are required in TES beyond refreshing server capabilities.
cd ~/Desktop/machine/omnibioai-toolserver
pytest tests/ -v --cov=.

# 100% coverage
# 97% coverage (verified 2026-08-07; every toolserver/ module itself is
# 100%, setup.py is the only file dragging the --cov=. total down)
```

---
Expand Down Expand Up @@ -192,6 +194,6 @@ pytest tests/ -v --cov=.
| TES HttpToolServerAdapter integration | ✓ Stable |
| Health endpoint | ✓ Stable |
| REST tool lifecycle (submit/poll/results) | ✓ Stable |
| Test coverage | ✓ 100% |
| Test coverage | ✓ 97% (100% within `toolserver/` itself) |
| Docker Compose deployment | ✓ Stable |

Loading