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

TheKevJames / coveralls-python / b46a1860-05be-4393-a016-180e25718606
95%
master: 96%

Build:
Build:
LAST BUILD BRANCH: kjames/retries
DEFAULT BRANCH: master
Ran 20 Jul 2026 06:01PM 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 05:59PM UTC coverage: 94.478% (+0.4%) from 94.042%
b46a1860-05be-4393-a016-180e25718606

Pull #756

circleci

TheKevJames
refactor(cli): consistent setting names across every interface

Give each setting one spelling across the interfaces on which it is exposed.
Rename coveralls_host->host and config_file->rcfile, expose
host/skip_ssl_verify/parallel as CLI flags, and define the CLI once via shared
Annotated option specs with debug as a thin wrapper over a shared dispatch.
Old CLI flags and config keys keep working as deprecated aliases that emit a
warning. Logging is configured before any deprecation warning fires so the CLI
and config-layer warnings share one handler.

Dropping --rcfile's literal '.coveragerc' default also changes coverage config
discovery (see changelog).

changelog:
Every setting now uses one consistent name on the interfaces where it is
available: a setting ``foo_bar`` is ``--foo-bar`` on the CLI,
``COVERALLS_FOO_BAR`` as an environment variable, and ``foo_bar`` in
``.coveralls.yml`` or as a ``Coveralls()`` keyword. ``--host``,
``--skip-ssl-verify`` and ``--parallel`` are now available as CLI flags. The
config keys ``coveralls_host`` and ``config_file`` were renamed to ``host`` and
``rcfile``, and the CLI flags ``--service``, ``--basedir`` and ``--srcdir`` to
``--service-name``, ``--base-dir`` and ``--src-dir``. The old spellings still
work but emit a deprecation warning and will be removed in a future release.

``--rcfile`` now defaults to coverage.py's own config auto-discovery instead of
a hard-coded ``.coveragerc``. A project whose coverage settings live in
``pyproject.toml``, ``setup.cfg`` or ``tox.ini`` (with no ``.coveragerc``) is
now picked up automatically; pass ``--rcfile`` explicitly to force a file.
Pull Request #756: refactor(cli): consistent setting names across every interface

144 of 154 branches covered (93.51%)

Branch coverage included in aggregate %.

57 of 60 new or added lines in 3 files covered. (95.0%)

489 of 516 relevant lines covered (94.77%)

5.69 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
98.67
0.12% coveralls/configuration.py
Jobs
ID Job ID Ran Files Coverage
1 b46a1860-05be-4393-a016-180e25718606.1 20 Jul 2026 06:01PM UTC 8
94.48
CircleCI Job
2 b46a1860-05be-4393-a016-180e25718606.2 20 Jul 2026 06:01PM UTC 8
94.48
CircleCI Job
3 b46a1860-05be-4393-a016-180e25718606.3 20 Jul 2026 06:01PM UTC 8
94.48
CircleCI Job
4 b46a1860-05be-4393-a016-180e25718606.4 20 Jul 2026 06:01PM UTC 8
94.48
CircleCI Job
5 b46a1860-05be-4393-a016-180e25718606.5 20 Jul 2026 06:01PM UTC 8
94.48
CircleCI Job
6 b46a1860-05be-4393-a016-180e25718606.6 20 Jul 2026 06:03PM UTC 8
94.48
CircleCI Job
Source Files on build b46a1860-05be-4393-a016-180e25718606
  • Tree
  • List 8
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #B46A1860...
  • Pull Request #756
  • PR Base - master (#29764123153)
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