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

TheKevJames / coveralls-python / 42298608-0ada-4bf2-a6bc-a74e2f5a8a3e
94%
master: 96%

Build:
Build:
LAST BUILD BRANCH: kjames/retries
DEFAULT BRANCH: master
Ran 20 Jul 2026 04:59PM 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:57PM UTC coverage: 93.974% (+0.7%) from 93.299%
42298608-0ada-4bf2-a6bc-a74e2f5a8a3e

Pull #755

circleci

TheKevJames
refactor(config)!: model resolved configuration as a typed Config

resolve() now returns a typed Config dataclass instead of an untyped dict.
Config separates API payload fields from client-behaviour settings, exposes
to_payload() as the enforced payload boundary and request_timeout as the
resolved (connect, read) tuple, and validates the timeout family at
construction. api.py consumes Config by attribute and is now type-checked.

changelog:
Resolved configuration is now a typed ``Config`` object. **Breaking (library
API):** ``Coveralls.config`` is a ``Config`` dataclass rather than a ``dict`` --
read values by attribute (``cover.config.service_name``) instead of by key
(``cover.config["service_name"]``). Unrecognised keys in ``.coveralls.yml`` are
now ignored with a warning instead of being silently accepted.
Pull Request #755: refactor(config): model resolved configuration as a typed Config

132 of 142 branches covered (92.96%)

Branch coverage included in aggregate %.

82 of 82 new or added lines in 2 files covered. (100.0%)

3 existing lines in 1 file now uncovered.

445 of 472 relevant lines covered (94.28%)

5.66 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
98.49
1.85% coveralls/configuration.py
Jobs
ID Job ID Ran Files Coverage
1 42298608-0ada-4bf2-a6bc-a74e2f5a8a3e.1 20 Jul 2026 04:59PM UTC 8
93.97
CircleCI Job
2 42298608-0ada-4bf2-a6bc-a74e2f5a8a3e.2 20 Jul 2026 04:59PM UTC 8
93.97
CircleCI Job
3 42298608-0ada-4bf2-a6bc-a74e2f5a8a3e.3 20 Jul 2026 04:59PM UTC 8
93.97
CircleCI Job
4 42298608-0ada-4bf2-a6bc-a74e2f5a8a3e.4 20 Jul 2026 04:59PM UTC 8
93.97
CircleCI Job
5 42298608-0ada-4bf2-a6bc-a74e2f5a8a3e.5 20 Jul 2026 05:00PM UTC 8
93.97
CircleCI Job
6 42298608-0ada-4bf2-a6bc-a74e2f5a8a3e.6 20 Jul 2026 05:01PM UTC 8
93.97
CircleCI Job
Source Files on build 42298608-0ada-4bf2-a6bc-a74e2f5a8a3e
  • 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 #42298608...
  • Pull Request #755
  • PR Base - master (#29761649125)
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