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

TheKevJames / coveralls-python / 29764240720
95%
master: 96%

Build:
Build:
LAST BUILD BRANCH: kjames/retries
DEFAULT BRANCH: master
Ran 20 Jul 2026 05:36PM UTC
Jobs 5
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%
29764240720

Pull #756

github

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

4.74 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 29764240720.1 20 Jul 2026 05:36PM UTC 8
94.48
GitHub Action Run
2 29764240720.2 20 Jul 2026 05:36PM UTC 8
94.48
GitHub Action Run
3 29764240720.3 20 Jul 2026 05:36PM UTC 8
94.48
GitHub Action Run
4 29764240720.4 20 Jul 2026 05:36PM UTC 8
94.48
GitHub Action Run
5 29764240720.5 20 Jul 2026 05:36PM UTC 8
94.48
GitHub Action Run
Source Files on build 29764240720
  • 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
  • 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