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

ultimate-notion / ultimate-notion / 28019363623 / 2
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 23 Jun 2026 10:28AM UTC
Files 38
Run time 1s
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

23 Jun 2026 10:22AM UTC coverage: 84.511% (+0.02%) from 84.492%
28019363623.2

push

github

web-flow
Fix is_archived leaking into nested block children on append (#291) (#293)

`Block.serialize_for_api` stripped the read-only meta fields
(`has_children`/`in_trash`/`archived`/`is_archived`) only from the
top-level block. Nested children are serialized via pydantic's recursive
`model_dump`, not each child's `serialize_for_api`, so the strip never
reached them. Since 0.9.8 added `is_archived` — which Notion's
append-children endpoint rejects outright — any append of a block tree
with children (e.g. a Table whose rows are nested children, or nested
callouts) failed with a 400.

Strip the meta fields recursively over the whole serialized tree, and add
a deterministic regression test covering nested children.

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

6400 of 7573 relevant lines covered (84.51%)

0.85 hits per line

Source Files on job run-windows-latest-3.10 - 28019363623.2
  • Tree
  • List 38
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28019363623
  • 0ec4dc0b on github
  • Prev Job for on main (#27988101959.1)
  • Next Job for on main (#28036974711.6)
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