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

lfit / releng-gerrit_to_platform / 23028448336
93%

Build:
DEFAULT BRANCH: main
Ran 12 Mar 2026 11:18PM UTC
Jobs 1
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

11 Mar 2026 02:41PM UTC coverage: 92.714% (-0.2%) from 92.929%
23028448336

push

github

ModeSevenIndustrialSolutions
Fix: Replace typing_extensions with stdlib typing and drop typer[all]

Replace `from typing_extensions import Annotated` with
`from typing import Annotated` in all source modules. The
Annotated type has been available in the standard library
typing module since Python 3.9.

Update pyproject.toml:
- Change typer[all]>=0.15,<0.22 to typer>=0.15 since
  the [all] extra was removed in Typer 0.22.0 (rich and
  shellingham are now bundled by default)
- Bump requires-python from >=3.8 to >=3.9 (Typer 0.21+
  already requires Python >=3.9)
- Update classifiers to replace Python 3.8 with 3.9

Change-Id: I0656815c2
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>

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

9 existing lines in 1 file now uncovered.

369 of 398 relevant lines covered (92.71%)

0.93 hits per line

Coverage Regressions

Lines Coverage ∆ File
9
83.33
0.68% src/gerrit_to_platform/comment_added.py
Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest - py3.11 - 23028448336.1 12 Mar 2026 11:18PM UTC 8
92.71
GitHub Action Run
Source Files on build 23028448336
  • Tree
  • List 8
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23028448336
  • 5375fe1e on github
  • Prev Build on main (#21827704826)
  • Next Build on main (#23143633579)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc