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

lfit / releng-gerrit_to_platform / 22996667566
93%

Build:
DEFAULT BRANCH: main
Ran 12 Mar 2026 10:08AM UTC
Jobs 1
Files 7
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.929%. Remained the same
22996667566

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

276 of 297 relevant lines covered (92.93%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest - py3.11 - 22996667566.1 12 Mar 2026 10:08AM UTC 7
92.93
GitHub Action Run
Source Files on build 22996667566
  • Tree
  • List 7
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22996667566
  • 5375fe1e on github
  • Prev Build on main (#21827704826)
  • Next Build on main (#22996669892)
  • 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