Skip to content

test: add e2e pipeline integration tests; raise coverage floor to 80% (#93, #35, #97, #66)#125

Merged
Liohtml merged 1 commit into
mainfrom
claude/dependabot-maintenance-u1mdmh
Jul 2, 2026
Merged

test: add e2e pipeline integration tests; raise coverage floor to 80% (#93, #35, #97, #66)#125
Liohtml merged 1 commit into
mainfrom
claude/dependabot-maintenance-u1mdmh

Conversation

@Liohtml

@Liohtml Liohtml commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Fourth batch of repo-health fixes, focused on testing and deployment defaults:

Closes #93, closes #35, closes #97, closes #66.

🤖 Generated with Claude Code

https://claude.ai/code/session_014ywk8AWq5mgbeERmvuhcJy


Generated by Claude Code

… 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
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Liohtml, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 48 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 4cda8585-14e7-4713-8254-3afbf3bd42ae

📥 Commits

Reviewing files that changed from the base of the PR and between c0f42d5 and 33cf82a.

📒 Files selected for processing (5)
  • .github/workflows/ci.yml
  • docker-compose.yml
  • pyproject.toml
  • src/medcheck/main.py
  • tests/integration/test_pipeline_e2e.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/dependabot-maintenance-u1mdmh

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Liohtml Liohtml merged commit d7f9fe0 into main Jul 2, 2026
14 checks passed
Liohtml pushed a commit that referenced this pull request Jul 2, 2026
- 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
Liohtml added a commit that referenced this pull request Jul 2, 2026
- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment