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

questrail / siganalysis / 33515261950
96%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 01:45PM UTC
Jobs 1
Files 3
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

01 Sep 2026 01:44PM UTC coverage: 95.745%. Remained the same
33515261950

push

github

matthewrankin
Stop the workflows job racing the matrix for one cache key

The first CI run carried a "Failed to save: Unable to reserve cache"
warning on the 3.13 leg. The workflow audit pins the same interpreter and
installs the same locked environment on the same runner, so setup-uv
computes the same cache key for both and the two reached for it at once.
One saves and the other reports that it could not.

Restore the cache there without saving it. The floor job answers the same
race with a cache-suffix, but that job installs deliberately different
versions and so wants an entry of its own; this one installs a byte for
byte copy of what the matrix leg already stored, so a second key would buy
nothing but storage. Whichever job runs first fills the cache and the
other reads it, and if the audit runs first it downloads instead.

Claude-Session: https://claude.ai/code/session_0172QCPXBNzgH2mSoknY537H

180 of 188 relevant lines covered (95.74%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33515261950.1 01 Sep 2026 01:45PM UTC 3
95.74
GitHub Action Run
Source Files on build 33515261950
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33515261950
  • 6c2d99a3 on github
  • Prev Build on master (#33514860635)
  • Next Build on master (#33528037561)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc