• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jhheider / agentmail-rs / 29476202136
81%

Build:
DEFAULT BRANCH: main
Ran 16 Jul 2026 06:16AM UTC
Jobs 1
Files 9
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Jul 2026 06:15AM UTC coverage: 87.191% (+1.7%) from 85.514%
29476202136

push

github

web-flow
refactor: modularize into client/ and types/ modules (#12)

* refactor: split lib.rs into client/ and types/ modules (pure move)

Behavior-preserving reorg of the single 1129-line lib.rs along resource
seams. lib.rs keeps the crate docs, Error, Client (struct + Debug + new/
from_env), and constants; the HTTP chokepoint moves to client/mod.rs and each
resource's methods to client/{inboxes,messages,webhooks,drafts}.rs; wire types
move to types/{inboxes,messages,webhooks,drafts,attachments}.rs with Page in
types/mod.rs; urlish and QueryBuilder move to util.rs. Public API is unchanged
(pub use types::* keeps every item at agentmail::X). tests/http.rs splits into
a tests/http/ binary (common + core + messages + drafts). Page::query,
MessageListFilters::query, and urlish become pub(crate) so sibling modules can
call them; no other visibility changes.

Co-Authored-By: DeepSeek <noreply@deepseek.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CcYsnLASyk9cN6DTktGH7h

* refactor: generic request body and shared execute() seam

Replace the Option<serde_json::Value> body with a generic Option<&B: Serialize>
so call sites pass Some(&value) directly instead of
serde_json::to_value(x).expect(...); bodiless verbs pass None::<&NoBody>. Split
the request builder into a private execute() -> (StatusCode, String) so the
retry loop (added later) wraps exactly one place. No public API or behavior
change; the full wiremock suite passes unchanged.

Co-Authored-By: DeepSeek <noreply@deepseek.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CcYsnLASyk9cN6DTktGH7h

---------

Co-authored-by: DeepSeek <noreply@deepseek.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

375 of 420 new or added lines in 8 files covered. (89.29%)

388 of 445 relevant lines covered (87.19%)

6.13 hits per line

Uncovered Changes

Lines Coverage ∆ File
25
0.0
src/client/webhooks.rs
16
88.73
src/client/messages.rs
4
88.24
src/client/inboxes.rs
Jobs
ID Job ID Ran Files Coverage
1 29476202136.1 16 Jul 2026 06:16AM UTC 9
87.19
GitHub Action Run
Source Files on build 29476202136
  • Tree
  • List 9
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29476202136
  • 19a9ff3f on github
  • Prev Build on main (#29475558359)
  • Next Build on main (#29476361964)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc