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

ultimate-notion / ultimate-notion / 28250902311
88%

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

26 Jun 2026 04:22PM UTC coverage: 87.89% (+0.001%) from 87.889%
28250902311

push

github

web-flow
test(vcr): bind test_bind_db_auto by real Task DB id so it records live (#373) (#375)

* test(vcr): bind test_bind_db_auto by real Task DB id so it records live (#373)

`test_bind_db_auto` hardcoded the placeholder database id `…000c` as its
`db_id`, so a live `bind_db()` → database-retrieve sent an id that exists in no
real workspace and 404'd. The test was therefore replay-only.

Bind the by-id case to the real `Task DB` via the existing `task_db` fixture
(`db_id=str(task_db.id)`) instead. The shared-id normalization already maps the
real Task DB id to its `…000c` placeholder in both the request URI and the
response, so the test now records live and replays portably like every other
test. The committed cassette is unchanged: on replay `task_db.id` resolves to
`…000c`, producing the same `/databases/…000c` retrieve already recorded.

No replay-only marker or re-record carve-out is needed. Part of #361.

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

* test(vcr): add missing formula_db GET retrieve to mod_formula_db cassettes

#370 changed the `formula_db` fixture to call `db.reload()`, which issues
`GET /v1/databases/…000d`, but the committed `mod_formula_db.yaml` cassettes
were never re-recorded to include that retrieve — they hold only the
`POST /v1/search`. On replay (`--record-mode=none`) the retrieve has no match,
so every test using the widely-shared `formula_db` fixture errors with
`CannotOverwriteExistingCassetteException` (8 passed, 196 errors), which is why
CI is red on main and on every branch cut from it.

Splice the already-normalized `GET /databases/…000d` retrieve interaction
(reused verbatim from tests/cassettes/test_query/test_query_formula.yaml) into
all three `mod_formula_db.yaml` copies. `hatch run vcr-only` then passes the
full suite with zero errors. Hand-patched rather than live re-recorded because
the response already exists normalized in a committed cassette; this avoids a
full-suite re-record.

Co-Auth... (continued)

6612 of 7523 relevant lines covered (87.89%)

6.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.10 - 28250902311.1 26 Jun 2026 04:26PM UTC 38
87.89
GitHub Action Run
2 run-ubuntu-latest-3.14 - 28250902311.2 26 Jun 2026 04:28PM UTC 38
87.87
GitHub Action Run
3 run-windows-latest-3.10 - 28250902311.3 26 Jun 2026 04:26PM UTC 38
85.13
GitHub Action Run
4 run-ubuntu-latest-3.13 - 28250902311.4 26 Jun 2026 04:24PM UTC 38
87.88
GitHub Action Run
5 run-ubuntu-latest-3.11 - 28250902311.5 26 Jun 2026 04:24PM UTC 38
87.88
GitHub Action Run
6 run-macos-latest-3.10 - 28250902311.6 26 Jun 2026 04:24PM UTC 38
87.89
GitHub Action Run
7 run-ubuntu-latest-3.12 - 28250902311.7 26 Jun 2026 04:24PM UTC 38
87.88
GitHub Action Run
Source Files on build 28250902311
  • 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 #28250902311
  • 4894ff94 on github
  • Prev Build on main (#28233758155)
  • Next Build on main (#28264506037)
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