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

ultimate-notion / ultimate-notion / 27917135265
87%

Build:
DEFAULT BRANCH: main
Ran 21 Jun 2026 08:55PM 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

21 Jun 2026 08:52PM UTC coverage: 87.744% (-0.06%) from 87.808%
27917135265

push

github

web-flow
Replace cast downcasts with isinstance guards (#255)

Remove three `cast` downcasts, replacing each with an `isinstance` guard
that raises `TypeError` (matching the existing narrowing idiom, since
ruff S101 disallows asserts in source):

- `Page.title` in obj_api/blocks.py narrows the property to `Title`
- `Relation._rename_two_way_prop` narrows the relation to `DualPropertyRelation`
- `Session.get_block` narrows the cached object to `Block`

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

8 of 14 new or added lines in 3 files covered. (57.14%)

6565 of 7482 relevant lines covered (87.74%)

6.11 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
96.74
-0.9% src/ultimate_notion/obj_api/blocks.py
2
90.24
-0.25% src/ultimate_notion/schema.py
2
81.43
-0.46% src/ultimate_notion/session.py
Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.13 - 27917135265.1 21 Jun 2026 08:55PM UTC 38
87.74
GitHub Action Run
2 run-windows-latest-3.10 - 27917135265.2 21 Jun 2026 08:56PM UTC 38
84.98
GitHub Action Run
3 run-ubuntu-latest-3.14 - 27917135265.3 21 Jun 2026 08:55PM UTC 38
87.74
GitHub Action Run
4 run-ubuntu-latest-3.10 - 27917135265.4 21 Jun 2026 08:56PM UTC 38
87.74
GitHub Action Run
5 run-macos-latest-3.10 - 27917135265.5 21 Jun 2026 08:55PM UTC 38
87.74
GitHub Action Run
6 run-ubuntu-latest-3.11 - 27917135265.6 21 Jun 2026 08:55PM UTC 38
87.74
GitHub Action Run
7 run-ubuntu-latest-3.12 - 27917135265.7 21 Jun 2026 08:55PM UTC 38
87.74
GitHub Action Run
Source Files on build 27917135265
  • Tree
  • List 38
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27917135265
  • 8756fb4e on github
  • Prev Build on main (#27916879614)
  • Next Build on main (#27917866495)
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