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

feodor-ra / fastapi-typed-errors / 30129444576
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/uv/python-dev-48d98b448c
DEFAULT BRANCH: main
Ran 24 Jul 2026 09:57PM UTC
Jobs 1
Files 13
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

24 Jul 2026 09:55PM UTC coverage: 100.0%. Remained the same
30129444576

push

github

feodor-ra
fix(decorator): unwrap type-alias Raises markers in Annotated metadata

`_find_raises` only matched `Raises` markers that appear directly in an
`Annotated` metadata slot. A marker shared through a PEP 695 `type` alias
(`type Common = Raises[...]`) sits there as a `TypeAliasType`, so
`isinstance(meta, Raises)` failed and the marker was dropped silently.

Add a shared `_unwrap_type_alias` helper and apply it to each metadata
element before the checks (and reuse it at the annotation top and in
`_annotated_base`). Aliasing the whole annotation already worked; this
makes the aliased-marker-in-metadata spelling work on par with tuple
unpacking.

Also: docs (decorator guide gains a spellings/sharing/composition section
and the new spelling; bilingual CHANGELOG page wired into mkdocs nav),
bump to 1.0.1.

519 of 519 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30129444576.1 24 Jul 2026 09:57PM UTC 13
100.0
GitHub Action Run
Source Files on build 30129444576
  • Tree
  • List 13
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30129444576
  • 8ebce912 on github
  • Prev Build on main (#30113830730)
  • Delete
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