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

ultimate-notion / ultimate-notion / 28316442975
87%

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

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

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>

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

78 existing lines in 1 file now uncovered.

6912 of 7926 relevant lines covered (87.21%)

6.08 hits per line

Coverage Regressions

Lines Coverage ∆ File
78
86.48
0.45% src/ultimate_notion/blocks.py
Jobs
ID Job ID Ran Files Coverage
1 run-macos-latest-3.10 - 28316442975.1 28 Jun 2026 08:28AM UTC 38
87.21
GitHub Action Run
2 run-ubuntu-latest-3.14 - 28316442975.2 28 Jun 2026 08:32AM UTC 38
87.19
GitHub Action Run
3 run-ubuntu-latest-3.10 - 28316442975.3 28 Jun 2026 08:30AM UTC 38
87.21
GitHub Action Run
4 run-ubuntu-latest-3.13 - 28316442975.4 28 Jun 2026 08:28AM UTC 38
87.19
GitHub Action Run
5 run-ubuntu-latest-3.12 - 28316442975.5 28 Jun 2026 08:28AM UTC 38
87.19
GitHub Action Run
6 run-windows-latest-3.10 - 28316442975.6 28 Jun 2026 08:30AM UTC 38
84.52
GitHub Action Run
7 run-ubuntu-latest-3.11 - 28316442975.7 28 Jun 2026 08:28AM UTC 38
87.19
GitHub Action Run
Source Files on build 28316442975
  • Tree
  • List 38
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28316442975
  • bd3a3f44 on github
  • Prev Build on main (#28299699145)
  • Next Build on main (#28321295988)
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