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

ultimate-notion / ultimate-notion / 27837611786
87%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 04:37PM UTC
Jobs 7
Files 38
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

19 Jun 2026 04:34PM UTC coverage: 87.924% (-0.01%) from 87.937%
27837611786

push

github

web-flow
Remove wrap_obj_ref covariance type: ignore by widening to GenericObject (#229)

The `wrap_obj_ref` `[misc]` ignore came from a covariant TypeVar `GT_co`
appearing in an input position. Fix the root cause: make the shared
`_obj_api_map` registry honestly keyed by `type[GenericObject]` (it was
never coherent to key a shared ClassVar by a per-subclass TypeVar), widen
`wrap_obj_ref`'s param to `GenericObject` (the concrete class is resolved
at runtime via the registry), and apply a covariant-self upcast on
`__init__` for the `_obj_ref` build assignment.

Adapt the consumers: drop `Page.wrap_obj_ref` in favour of the
`_finalize_wrap` hook; widen `OptionGroup`/`TableRow` overrides (the latter
gains a runtime type guard the registry already guarantees); delete the
dead, now-untypeable `_obj_api_type` property.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

14 of 16 new or added lines in 4 files covered. (87.5%)

6509 of 7403 relevant lines covered (87.92%)

6.13 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
86.95
-0.16% src/ultimate_notion/blocks.py
Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.14 - 27837611786.1 19 Jun 2026 04:37PM UTC 38
87.92
GitHub Action Run
2 run-ubuntu-latest-3.11 - 27837611786.2 19 Jun 2026 04:37PM UTC 38
87.92
GitHub Action Run
3 run-windows-latest-3.10 - 27837611786.3 19 Jun 2026 04:39PM UTC 38
85.13
GitHub Action Run
4 run-ubuntu-latest-3.13 - 27837611786.4 19 Jun 2026 04:37PM UTC 38
87.92
GitHub Action Run
5 run-ubuntu-latest-3.12 - 27837611786.5 19 Jun 2026 04:37PM UTC 38
87.92
GitHub Action Run
6 run-macos-latest-3.10 - 27837611786.6 19 Jun 2026 04:37PM UTC 38
87.92
GitHub Action Run
7 run-ubuntu-latest-3.10 - 27837611786.7 19 Jun 2026 04:38PM UTC 38
87.92
GitHub Action Run
Source Files on build 27837611786
  • Tree
  • List 38
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27837611786
  • fe1f7fd0 on github
  • Prev Build on main (#27837225839)
  • Next Build on main (#27838120530)
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