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

sgerrand / ex_pdf_shift / 24449031364
100%

Build:
DEFAULT BRANCH: main
Ran 15 Apr 2026 10:17AM UTC
Jobs 1
Files 6
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

15 Apr 2026 10:16AM UTC coverage: 100.0%. Remained the same
24449031364

push

github

web-flow
fix: eliminate retry wait times in tests (#46)

* test: stop retrying on success responses in client tests

The two "handles successful response" tests passed
`retry: fn _attempt, _error -> true end`, which caused Req to retry
even on 200 responses, triggering the full exponential backoff
(1 s → 2 s → 4 s). Replace with `retry: false` since these tests
verify success-path behaviour, not retry logic.

* fix: suppress retry backoff delays in test mode

Add retry_delay_opts/1 which injects retry_delay: 0 when test_mode is
set. This ensures any test that enables retries (e.g. to verify retry
behaviour) does not wait on exponential backoff. Outside test mode the
option is omitted and Req uses its default backoff.

4 of 4 new or added lines in 1 file covered. (100.0%)

33 of 33 relevant lines covered (100.0%)

6.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24449031364.1 15 Apr 2026 10:17AM UTC 6
100.0
GitHub Action Run
Source Files on build 24449031364
  • Tree
  • List 6
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24449031364
  • 2083b436 on github
  • Prev Build on main (#24448274798)
  • Next Build on main (#24449079421)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc