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

MushroomObserver / mushroom-observer / 29459188413
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: 4818-de-dup-mcp-image-uploads
DEFAULT BRANCH: main
Ran 15 Jul 2026 11:44PM UTC
Jobs 1
Files 1753
Run time 3min
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

15 Jul 2026 11:38PM UTC coverage: 99.125%. Remained the same
29459188413

Pull #4814

github

mo-nathan
Confirm image transfers in the same run, not a never-scheduled second pass

Image::Processor::Verifier#transfer_image checked all_synced? against the
remote snapshot taken BEFORE upload, so a first-time upload was never
confirmed on the run that made it -- by design it deferred confirmation to
"the next run's fresh remote check". But TransferImagesJob runs exactly
once per image and never re-enqueues, and nothing else polls for
transferred=false images, so that second run never came: every fresh
upload landed on the server but stayed transferred=false with its local
copies intact, until StaleImageFilesJob flagged it an hour later.

Re-read the servers after uploading (only when something was uploaded) and
check all_synced? against that fresh snapshot. A file just pushed is now
confirmed present by an independent `find` before its local copy is
deleted -- still not trusted on the uploader's own return value, so a
silently-failed upload is safely left unmarked.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pull Request #4814: Confirm image transfers in the same run so fresh uploads don't stay `transferred=false`

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

52694 of 53159 relevant lines covered (99.13%)

760.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29459188413.1 15 Jul 2026 11:44PM UTC 1753
99.13
GitHub Action Run
Source Files on build 29459188413
  • Tree
  • List 1753
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29459188413
  • Pull Request #4814
  • PR Base - main (#29443624618)
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