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

TheKevJames / coveralls-python / 29852047551
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: kjames/retries
DEFAULT BRANCH: master
Ran 21 Jul 2026 05:14PM UTC
Jobs 5
Files 7
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

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

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 %.

35 of 37 new or added lines in 3 files covered. (94.59%)

8 existing lines in 1 file now uncovered.

575 of 597 relevant lines covered (96.31%)

4.82 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
93.53
-0.7% coveralls/api.py

Coverage Regressions

Lines Coverage ∆ File
8
93.53
-0.7% coveralls/api.py
Jobs
ID Job ID Ran Files Coverage
1 29852047551.1 21 Jul 2026 05:14PM UTC 7
96.32
GitHub Action Run
2 29852047551.2 21 Jul 2026 05:14PM UTC 7
96.32
GitHub Action Run
3 29852047551.3 21 Jul 2026 05:14PM UTC 7
96.32
GitHub Action Run
4 29852047551.4 21 Jul 2026 05:14PM UTC 7
96.32
GitHub Action Run
5 29852047551.5 21 Jul 2026 05:14PM UTC 7
96.32
GitHub Action Run
Source Files on build 29852047551
  • 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 Repo
  • Pull Request #760
  • PR Base - master (#9776821E...)
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