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

ultimate-notion / ultimate-notion / 27824350974
87%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 12:01PM 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 11:58AM UTC coverage: 87.954% (-0.005%) from 87.959%
27824350974

push

github

web-flow
Drop metaclass type: ignores by moving get_db/to_dict/_set_obj_refs onto SchemaType (#214)

The `SchemaType.__setitem__`/`__setattr__` dunders annotated `cls` as
`type[Schema]`, which is incompatible with the metaclass self type and forced
`type: ignore[misc]`. They used that annotation only to reach `get_db` and
`_set_obj_refs`, which lived on `Schema` as classmethods.

Move `get_db`, `to_dict`, and `_set_obj_refs` onto the `SchemaType` metaclass
(alongside the other property-operating methods), drop the `cls: type[Schema]`
annotations, and widen the internal schema-class reference (`Property._owner`,
`_get_owner`, `SchemaNotBoundError`) to `SchemaType`. This removes three
`type: ignore[misc]` comments and an unnecessary `cast`.

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

18 of 19 new or added lines in 2 files covered. (94.74%)

6513 of 7405 relevant lines covered (87.95%)

6.13 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
90.53
-0.04% src/ultimate_notion/schema.py
Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.12 - 27824350974.1 19 Jun 2026 12:01PM UTC 38
87.95
GitHub Action Run
2 run-windows-latest-3.10 - 27824350974.2 19 Jun 2026 12:03PM UTC 38
85.13
GitHub Action Run
3 run-macos-latest-3.10 - 27824350974.3 19 Jun 2026 12:01PM UTC 38
87.95
GitHub Action Run
4 run-ubuntu-latest-3.11 - 27824350974.4 19 Jun 2026 12:01PM UTC 38
87.95
GitHub Action Run
5 run-ubuntu-latest-3.13 - 27824350974.5 19 Jun 2026 12:01PM UTC 38
87.95
GitHub Action Run
6 run-ubuntu-latest-3.10 - 27824350974.6 19 Jun 2026 12:02PM UTC 38
87.95
GitHub Action Run
7 run-ubuntu-latest-3.14 - 27824350974.7 19 Jun 2026 12:01PM UTC 38
87.95
GitHub Action Run
Source Files on build 27824350974
  • Tree
  • List 38
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27824350974
  • 25fa1cd4 on github
  • Prev Build on main (#27822653123)
  • Next Build on main (#27826196866)
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