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

ultimate-notion / ultimate-notion / 28271975321
88%

Build:
DEFAULT BRANCH: main
Ran 27 Jun 2026 12:02AM 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 11:59PM UTC coverage: 87.89%. Remained the same
28271975321

push

github

web-flow
fix(vcr): force-overwrite shared fixture cassettes on vcr-rewrite (#383) (#384)

A full `vcr-rewrite` did not actually re-record the shared module/session
fixture cassettes (`tests/**/cassettes/fixtures/mod_*.yaml`,
`sess_*.yaml`) when they already existed on disk. The rewrite path
upgrades the record mode to `all`, but vcrpy's `all` mode still loads the
existing cassette into memory and *appends* the freshly-fetched live
interactions instead of replacing them. The stale entries survive in the
file and win on later replay (first match wins), so the recording is
internally inconsistent and silently green.

Delete the fixture cassette in the `rewrite` branch of
`vcr_fixture.setup_vcr` before constructing the `all`-mode VCR, making the
rewrite a true overwrite. This removes the manual `rm` workaround that was
previously required, so drop that step from the CONTRIBUTING add-a-test
flow.

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

6612 of 7523 relevant lines covered (87.89%)

6.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-macos-latest-3.10 - 28271975321.1 27 Jun 2026 12:02AM UTC 38
87.89
GitHub Action Run
2 run-ubuntu-latest-3.14 - 28271975321.2 27 Jun 2026 12:05AM UTC 38
87.87
GitHub Action Run
3 run-windows-latest-3.10 - 28271975321.3 27 Jun 2026 12:05AM UTC 38
85.13
GitHub Action Run
4 run-ubuntu-latest-3.10 - 28271975321.4 27 Jun 2026 12:04AM UTC 38
87.89
GitHub Action Run
5 run-ubuntu-latest-3.12 - 28271975321.5 27 Jun 2026 12:02AM UTC 38
87.88
GitHub Action Run
6 run-ubuntu-latest-3.13 - 28271975321.6 27 Jun 2026 12:02AM UTC 38
87.88
GitHub Action Run
7 run-ubuntu-latest-3.11 - 28271975321.7 27 Jun 2026 12:02AM UTC 38
87.88
GitHub Action Run
Source Files on build 28271975321
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28271975321
  • 76fdd3ad on github
  • Prev Build on main (#28268832339)
  • Next Build on main (#28277568896)
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