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

jhheider / agentmail-rs / 29478122215
81%

Build:
DEFAULT BRANCH: main
Ran 16 Jul 2026 06:54AM UTC
Jobs 1
Files 24
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:53AM UTC coverage: 92.542% (-0.4%) from 92.967%
29478122215

push

github

web-flow
feat: automatic retries with backoff (retries feature, default on) (#19)

Adds RetryPolicy (2 retries, 500ms base, 8s cap) and Client::with_retry_policy.
The retry loop lives in execute() so every endpoint benefits: retries on
timeout, 429, and 5xx, honoring integer Retry-After (capped 30s), with
exponential backoff plus wall-clock jitter (no rand dep). Gated behind the
default-on retries feature so default-features = false drops the direct tokio
dependency and falls back to single-attempt requests. 5 wiremock tests
(429->200, Retry-After, no-retry-on-4xx, disable, exhaustion).


Claude-Session: https://claude.ai/code/session_01CcYsnLASyk9cN6DTktGH7h

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

74 of 84 new or added lines in 2 files covered. (88.1%)

1092 of 1180 relevant lines covered (92.54%)

8.2 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
90.27
-7.92% src/client/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 29478122215.1 16 Jul 2026 06:54AM UTC 24
92.54
GitHub Action Run
Source Files on build 29478122215
  • Tree
  • List 24
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29478122215
  • 57d76f0f on github
  • Prev Build on main (#29477806250)
  • Next Build on main (#29478320641)
  • 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