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

questrail / applyaf / 33515275493
100%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 01:45PM UTC
Jobs 1
Files 2
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: 100.0%. Remained the same
33515275493

push

github

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

The floor job was given a cache-suffix for exactly this reason, and the
workflow audit has the same problem for the same cause: it pins 3.13 and
installs the same locked environment a leg of the matrix installs, on the
same runner, so setup-uv computes one cache key for both and they reach
for it at once. One saves and the other reports that it could not.

It has not warned here yet, which is luck rather than a difference; the
identical shape in siganalysis warned on its first run and is what turned
this up.

Restore the cache there without saving it rather than adding a second
suffix. The floor job installs deliberately different numpy versions and
so wants an entry of its own; this job installs a byte for byte copy of
what the matrix leg already stored, so a key of its own would buy nothing
but storage. Whichever runs first fills the cache and the other reads it.

68 of 68 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33515275493.1 01 Sep 2026 01:45PM UTC 2
100.0
GitHub Action Run
Source Files on build 33515275493
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33515275493
  • 1959f8bc on github
  • Prev Build on master (#33514861270)
  • Next Build on master (#33529437633)
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