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

ultimate-notion / ultimate-notion / 27814964811
87%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 08:37AM 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 08:34AM UTC coverage: 88.071%. Remained the same
27814964811

push

github

web-flow
Drop metaclass type: ignores by moving get_props onto SchemaType (#209)

The `SchemaType.__len__`, `__iter__`, and `__getattr__` metaclass methods
annotated their receiver as `cls: type[Schema]` so their bodies could call
`cls.get_props()`, but mypy requires the receiver to be a supertype of the
containing class (the metaclass), producing `[misc]` "Self argument missing"
errors suppressed with `type: ignore`.

`get_props` operates on the schema class itself, not on instances, so it
belongs on the metaclass. Moving it from a `@classmethod` on `Schema` onto
`SchemaType` (and declaring `_props` there) lets mypy infer `cls` as the
metaclass instance and resolve `get_props` without the ignore or the
inaccurate `cls` annotation. Public behaviour (`Schema.get_props()`,
`len(MySchema)`, iteration, attribute access) is unchanged.

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

6 of 6 new or added lines in 1 file covered. (100.0%)

6519 of 7402 relevant lines covered (88.07%)

6.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.10 - 27814964811.1 19 Jun 2026 08:38AM UTC 38
88.07
GitHub Action Run
2 run-ubuntu-latest-3.14 - 27814964811.2 19 Jun 2026 08:37AM UTC 38
88.07
GitHub Action Run
3 run-ubuntu-latest-3.13 - 27814964811.3 19 Jun 2026 08:37AM UTC 38
88.07
GitHub Action Run
4 run-ubuntu-latest-3.12 - 27814964811.4 19 Jun 2026 08:37AM UTC 38
88.07
GitHub Action Run
5 run-ubuntu-latest-3.11 - 27814964811.5 19 Jun 2026 08:37AM UTC 38
88.07
GitHub Action Run
6 run-windows-latest-3.10 - 27814964811.6 19 Jun 2026 08:39AM UTC 38
85.27
GitHub Action Run
7 run-macos-latest-3.10 - 27814964811.7 19 Jun 2026 08:37AM UTC 38
88.07
GitHub Action Run
Source Files on build 27814964811
  • Tree
  • List 38
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27814964811
  • 46bf8081 on github
  • Prev Build on main (#27790575147)
  • Next Build on main (#27819894202)
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