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

TheKevJames / coveralls-python / 29854693374 / 5
96%
master: 97%

Build:
Build:
LAST BUILD BRANCH: renovate/types-pyyaml-6.0.x
DEFAULT BRANCH: master
Ran 21 Jul 2026 05:51PM UTC
Files 7
Run time 0s
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

21 Jul 2026 05:51PM UTC coverage: 96.321% (-0.1%) from 96.443%
29854693374.5

Pull #760

github

TheKevJames
feat(api): retry transient HTTP failures

Route API POSTs through a requests Session with a urllib3 Retry adapter so
transient failures can be retried with exponential backoff and jitter. Only
connection errors, read timeouts, 429s and 5xx responses are retried; a 422 is
a configuration error and is never retried. Retries are off by default and are
configurable via the --retries flag, the COVERALLS_RETRIES env var, or a
retries key in .coveralls.yml, on every command that talks to the API.

The API HTTP tests move to the responses library for higher fidelity, which
replaces the previous fake "resubmission" tests with real retry coverage.

Closes #572

changelog:
API requests can now retry transient HTTP failures (connection errors, read
timeouts, 429 and 5xx responses) with exponential backoff and jitter. Retries
are off by default; enable with ``--retries``, ``COVERALLS_RETRIES``, or a
``retries`` key in ``.coveralls.yml``.
Pull Request #760: feat(api): retry transient HTTP failures

158 of 164 branches covered (96.34%)

Branch coverage included in aggregate %.

575 of 597 relevant lines covered (96.31%)

0.96 hits per line

Source Files on job 29854693374.5
  • Tree
  • List 7
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 29854693374
  • 6cfebc37 on github
  • Prev Job for on kjames/retries (#9776821e-46d6-4417-9118-c082a12bf5a2.1)
  • Next Job for on kjames/retries (#29857202784.4)
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