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

TheKevJames / coveralls-python / cac2bb51-e113-4335-8206-181ee9f3f615
93%
master: 96%

Build:
Build:
LAST BUILD BRANCH: kjames/retries
DEFAULT BRANCH: master
Ran 20 Jul 2026 04:19PM UTC
Jobs 6
Files 8
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

20 Jul 2026 04:15PM UTC coverage: 93.423% (-0.4%) from 93.802%
cac2bb51-e113-4335-8206-181ee9f3f615

Pull #754

circleci

TheKevJames
refactor(config)!: resolve every source through one uniform pipeline

Replace the ad-hoc per-service loaders (positional tuples, three different
pull-request parsers, the _coveralls_host/_token_required attrs, and call-time
os.environ reads for host/SSL) with a single resolve() that merges the CI
environment, COVERALLS_* env vars, the config file, and explicit overrides in
one documented precedence order. CI detection returns a uniform dict and
pull-request numbers share one trailing-integer helper.

token_required stays a guard, not a user-facing setting: only CI detection
(e.g. TravisCI) and the explicit constructor argument may waive it, AND-ed so
any waiver sticks and the default True cannot re-impose it. A token_required
key in the config file or env is ignored, so a committed .coveralls.yml can't
silently disable the check.

changelog:
Configuration from every source -- CI detection, ``COVERALLS_*`` env vars, the
config file, and explicit overrides -- is now resolved through one pipeline with
a single documented precedence order (later wins), replacing the per-service
special cases. **Breaking (library API):** ``Coveralls()`` no longer accepts
``service_name`` as a dedicated argument; pass it as a keyword override like any
other field (e.g. ``Coveralls(service_name="travis-pro")``). Positional calls
such as ``Coveralls(True, "travis-pro")`` must be updated.
Pull Request #754: refactor(config): resolve every source through one uniform pipeline

131 of 142 branches covered (92.25%)

Branch coverage included in aggregate %.

123 of 127 new or added lines in 2 files covered. (96.85%)

423 of 451 relevant lines covered (93.79%)

5.63 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
96.84
-3.16% coveralls/configuration.py
Jobs
ID Job ID Ran Files Coverage
1 cac2bb51-e113-4335-8206-181ee9f3f615.1 20 Jul 2026 04:19PM UTC 8
93.42
CircleCI Job
2 cac2bb51-e113-4335-8206-181ee9f3f615.2 20 Jul 2026 04:20PM UTC 8
93.42
CircleCI Job
3 cac2bb51-e113-4335-8206-181ee9f3f615.3 20 Jul 2026 04:20PM UTC 8
93.42
CircleCI Job
4 cac2bb51-e113-4335-8206-181ee9f3f615.4 20 Jul 2026 04:20PM UTC 8
93.42
CircleCI Job
5 cac2bb51-e113-4335-8206-181ee9f3f615.5 20 Jul 2026 04:20PM UTC 8
93.42
CircleCI Job
6 cac2bb51-e113-4335-8206-181ee9f3f615.6 20 Jul 2026 04:21PM UTC 8
93.42
CircleCI Job
Source Files on build cac2bb51-e113-4335-8206-181ee9f3f615
  • Tree
  • List 8
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #CAC2BB51...
  • Pull Request #754
  • PR Base - master (#29755480881)
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