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

ultimate-notion / ultimate-notion / 28278509594
87%

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

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

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%)

6.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.13 - 28278509594.1 27 Jun 2026 04:29AM UTC 38
87.88
GitHub Action Run
2 run-ubuntu-latest-3.14 - 28278509594.2 27 Jun 2026 04:32AM UTC 38
87.88
GitHub Action Run
3 run-ubuntu-latest-3.11 - 28278509594.3 27 Jun 2026 04:29AM UTC 38
87.88
GitHub Action Run
4 run-windows-latest-3.10 - 28278509594.4 27 Jun 2026 04:30AM UTC 38
85.13
GitHub Action Run
5 run-ubuntu-latest-3.12 - 28278509594.5 27 Jun 2026 04:29AM UTC 38
87.88
GitHub Action Run
6 run-macos-latest-3.10 - 28278509594.6 27 Jun 2026 04:30AM UTC 38
87.89
GitHub Action Run
7 run-ubuntu-latest-3.10 - 28278509594.7 27 Jun 2026 04:31AM UTC 38
87.89
GitHub Action Run
Source Files on build 28278509594
  • Tree
  • List 38
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28278509594
  • ac2adad8 on github
  • Prev Build on main (#28278301943)
  • Next Build on main (#28278744380)
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