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

ultimate-notion / ultimate-notion / 28278509594 / 6
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 27 Jun 2026 04:33AM 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

27 Jun 2026 04:24AM UTC coverage: 87.894%. Remained the same
28278509594.6

push

github

web-flow
test(vcr): dedup identical interactions when saving shared fixture cassettes (#388) (#392)

The shared module-fixture cassettes (`mod_*.yaml`) are one cassette opened in
`all` mode once per test module that resolves the fixture. `all` mode loads the
existing cassette and appends rather than replaces, so a full `vcr-rewrite`
accumulates ~one identical copy of the same normalised request per module (~20x
bloat, e.g. mod_contacts_db: 1 -> 21 interactions). Replay is first-match-wins,
so every copy past the first is dead weight and an unreviewable re-record diff.

Register a `DedupFilesystemPersister` on the VCR used by the fixture-recording
path that drops exact `(request, response)` duplicates before writing. This is
behaviour-preserving — a single interaction already serves every module on
offline replay — and complements the #383 delete-before-record (which removes
stale, non-identical interactions). Offline `vcr-only` stays green (204 passed).

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

6614 of 7525 relevant lines covered (87.89%)

0.88 hits per line

Source Files on job run-macos-latest-3.10 - 28278509594.6
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28278509594
  • ac2adad8 on github
  • Prev Job for on main (#28278301943.3)
  • Next Job for on main (#28278744380.1)
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