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

TheKevJames / coveralls-python / 2134ea74-f00c-471b-abbd-8c773d1e63e6
95%
master: 96%

Build:
Build:
LAST BUILD BRANCH: kjames/retries
DEFAULT BRANCH: master
Ran 20 Jul 2026 05:36PM 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:34PM UTC coverage: 94.478% (+0.4%) from 94.042%
2134ea74-f00c-471b-abbd-8c773d1e63e6

Pull #756

circleci

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

Give each setting one spelling across all interfaces. 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.

changelog:
Every setting now uses one consistent name across all interfaces: 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.
Pull Request #756: refactor(cli): consistent setting names across every interface

144 of 154 branches covered (93.51%)

Branch coverage included in aggregate %.

52 of 55 new or added lines in 3 files covered. (94.55%)

1 existing line in 1 file now uncovered.

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

Coverage Regressions

Lines Coverage ∆ File
1
94.83
1.97% coveralls/cli.py
Jobs
ID Job ID Ran Files Coverage
1 2134ea74-f00c-471b-abbd-8c773d1e63e6.1 20 Jul 2026 05:37PM UTC 8
94.48
CircleCI Job
2 2134ea74-f00c-471b-abbd-8c773d1e63e6.2 20 Jul 2026 05:37PM UTC 8
94.48
CircleCI Job
3 2134ea74-f00c-471b-abbd-8c773d1e63e6.3 20 Jul 2026 05:37PM UTC 8
94.48
CircleCI Job
4 2134ea74-f00c-471b-abbd-8c773d1e63e6.4 20 Jul 2026 05:37PM UTC 8
94.48
CircleCI Job
5 2134ea74-f00c-471b-abbd-8c773d1e63e6.5 20 Jul 2026 05:37PM UTC 8
94.48
CircleCI Job
6 2134ea74-f00c-471b-abbd-8c773d1e63e6.6 20 Jul 2026 05:39PM UTC 8
94.48
CircleCI Job
Source Files on build 2134ea74-f00c-471b-abbd-8c773d1e63e6
  • 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 #2134EA74...
  • Pull Request #756
  • PR Base - master (#23206C6B...)
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