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

ultimate-notion / ultimate-notion / 27775055331
87%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 04:48PM 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

18 Jun 2026 04:45PM UTC coverage: 88.09%. Remained the same
27775055331

push

github

web-flow
Type object field as str | None to drop bare type: ignore (#204)

The `object` field on `NotionObject` carried a bare `# type: ignore`
masking an `[assignment]` error: `None` is not assignable to `str`.
The annotation was simply inaccurate — the field is `None` on the
abstract base and a real `str` on concrete subclasses (set via
`_set_field_default` in `__pydantic_init_subclass__`). Annotating it
`str | None` reflects the actual runtime values, with no behavioral
change. The `Field(default=None)` stays, since the pydantic mypy plugin
requires a default to avoid making `object` a required constructor arg.

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

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

6516 of 7397 relevant lines covered (88.09%)

6.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.14 - 27775055331.1 18 Jun 2026 04:48PM UTC 38
88.09
GitHub Action Run
2 run-ubuntu-latest-3.10 - 27775055331.2 18 Jun 2026 04:49PM UTC 38
88.09
GitHub Action Run
3 run-windows-latest-3.10 - 27775055331.3 18 Jun 2026 04:51PM UTC 38
85.29
GitHub Action Run
4 run-ubuntu-latest-3.12 - 27775055331.4 18 Jun 2026 04:48PM UTC 38
88.09
GitHub Action Run
5 run-ubuntu-latest-3.11 - 27775055331.5 18 Jun 2026 04:48PM UTC 38
88.09
GitHub Action Run
6 run-macos-latest-3.10 - 27775055331.6 18 Jun 2026 04:49PM UTC 38
88.09
GitHub Action Run
7 run-ubuntu-latest-3.13 - 27775055331.7 18 Jun 2026 04:48PM UTC 38
88.09
GitHub Action Run
Source Files on build 27775055331
  • 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 #27775055331
  • 3dc7efd3 on github
  • Prev Build on main (#27770593441)
  • Next Build on main (#27776236680)
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