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

ultimate-notion / ultimate-notion / 28316442975 / 3
87%
main: 87%

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

28 Jun 2026 08:25AM UTC coverage: 87.207% (+0.06%) from 87.152%
28316442975.3

push

github

web-flow
fix(blocks): Populate children cache when constructing Tabs/Columns (#425)

* fix(blocks): Populate children cache when constructing Tabs/Columns

Offline-constructed `Tabs`/`Columns` dropped their children: `.tabs`/
`.columns` returned `()`, `has_children` was `False`, and build-then-push
uploaded an empty container. `__init__` wrote only the low-level
`obj_ref.<container>.children`, never the high-level `_children` cache that
both the public API and `_chunk_blocks_for_api` read.

Follow the `Table.__init__` pattern: set `self._children` to the wrapped
high-level child blocks and `self.obj_ref.has_children = True`.

Note: `test_modify_tab_blocks` needs live cassette re-recording, as the
corrected flow adds a `children.list` call on first push (matching how
`Table`/`Columns` already work).

Closes #424

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

* test(blocks): Re-record tab-icon cassettes for corrected Tabs push flow

`test_modify_tab_blocks` and `test_page_advanced` were failing in replay
(`'None' == '📋'`) — both on this branch and already on `main`. The #424 fix
routes offline-built `Tabs` children through the documented chunking path,
which adds a `children.list` call on first push (matching `Table`/`Columns`),
shifting cassette playback. Re-recorded both against the live API; full
`vcr-only` suite is green (219 passed, 14 skipped).

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

---------

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

6912 of 7926 relevant lines covered (87.21%)

0.87 hits per line

Source Files on job run-ubuntu-latest-3.10 - 28316442975.3
  • Tree
  • List 38
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28316442975
  • bd3a3f44 on github
  • Prev Job for on main (#28299699145.6)
  • Next Job for on main (#28321295988.4)
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