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

ultimate-notion / ultimate-notion / 28086013311
87%

Build:
DEFAULT BRANCH: main
Ran 24 Jun 2026 08:38AM 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

24 Jun 2026 08:36AM UTC coverage: 87.307%. Remained the same
28086013311

push

github

web-flow
Replace hasattr typemap checks with a None-defaulted ClassVar sentinel (#318)

Use a `None`-defaulted `ClassVar` for `TypedObject._typemap` and check
`cls._typemap is None` instead of `hasattr(cls, '_typemap')` in both
`_register_type` and `_resolve_type`. The `None` default preserves the
inheritance-sharing semantics: each polymorphic-base subtree lazily
creates and shares one registry dict, and mypy now narrows the attribute
to `dict` after the guards.

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

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

6631 of 7595 relevant lines covered (87.31%)

6.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.12 - 28086013311.1 24 Jun 2026 08:38AM UTC 38
87.29
GitHub Action Run
2 run-ubuntu-latest-3.11 - 28086013311.2 24 Jun 2026 08:38AM UTC 38
87.29
GitHub Action Run
3 run-windows-latest-3.10 - 28086013311.3 24 Jun 2026 08:41AM UTC 38
84.57
GitHub Action Run
4 run-macos-latest-3.10 - 28086013311.4 24 Jun 2026 08:38AM UTC 38
87.31
GitHub Action Run
5 run-ubuntu-latest-3.14 - 28086013311.5 24 Jun 2026 08:42AM UTC 38
87.29
GitHub Action Run
6 run-ubuntu-latest-3.10 - 28086013311.6 24 Jun 2026 08:40AM UTC 38
87.31
GitHub Action Run
7 run-ubuntu-latest-3.13 - 28086013311.7 24 Jun 2026 08:38AM UTC 38
87.29
GitHub Action Run
Source Files on build 28086013311
  • Tree
  • List 38
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28086013311
  • cc46e552 on github
  • Prev Build on main (#28085362641)
  • Next Build on main (#28086472924)
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