test: add e2e pipeline integration tests; raise coverage floor to 80% (#93, #35, #97, #66)#125
Conversation
… to 80% - New integration suite runs the real WorkflowEngine over synthetic DICOM data (directory + ZIP sources) through ingest -> preprocess -> report and checks JSON/HTML artefacts, anatomy detection and the --deidentify path (#93) - Coverage floor raised from 55% to 80% in pyproject.toml and CI (actual coverage: 86%) (#35, #17) - --dob help text now states the value is stored but NOT verified (#97) - docker-compose publishes port 8080 on loopback only by default; the comment explains how to expose it safely with MEDCHECK_API_KEY (#66) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014ywk8AWq5mgbeERmvuhcJy
|
Warning Review limit reached
Next review available in: 48 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
- CHANGELOG: fold Unreleased into 0.3.0 with all changes since v0.2.1 (security batches #122-#125, dependabot action bumps #79-#83) - Bump version to 0.3.0 in pyproject.toml and __init__.py - README: document --deidentify, MEDCHECK_RATE_LIMIT and the no-silent-fallback LLM routing guarantee Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014ywk8AWq5mgbeERmvuhcJy
- CHANGELOG: fold Unreleased into 0.3.0 with all changes since v0.2.1 (security batches #122-#125, dependabot action bumps #79-#83) - Bump version to 0.3.0 in pyproject.toml and __init__.py - README: document --deidentify, MEDCHECK_RATE_LIMIT and the no-silent-fallback LLM routing guarantee Claude-Session: https://claude.ai/code/session_014ywk8AWq5mgbeERmvuhcJy Co-authored-by: Claude <noreply@anthropic.com>
Fourth batch of repo-health fixes, focused on testing and deployment defaults:
tests/integration/test_pipeline_e2e.py) runs the realWorkflowEngineover synthetic DICOM studies throughingest → preprocess → report: directory source, ZIP source, de-identified report (no PHI strings in output), and German HTML report. No network and no optional ML dependencies required.pyproject.tomland CI (--cov-fail-under=80); actual coverage is 86 %.--dobhelp text now states explicitly that the value is stored as a credential but NOT verified by MedCheck.docker-compose.ymlpublishes port 8080 on127.0.0.1only by default, with a comment explaining that network exposure requires changing the mapping AND settingMEDCHECK_API_KEY.Closes #93, closes #35, closes #97, closes #66.
🤖 Generated with Claude Code
https://claude.ai/code/session_014ywk8AWq5mgbeERmvuhcJy
Generated by Claude Code