|
Ran
|
Jobs
1
|
Files
7
|
Run time
1min
|
Badge
README BADGES
|
push
github
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
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | ubuntu-latest - py3.11 - 22996667566.1 | 7 |
92.93 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|