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

pinecrew / pined-django / 33504784247
95%

Build:
DEFAULT BRANCH: main
Ran 01 Sep 2026 11:53AM UTC
Jobs 1
Files 36
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 11:53AM UTC coverage: 94.783%. Remained the same
33504784247

push

github

citrux
ci: a cache key per job, so they stop racing for one

Eight of eleven jobs reported `Unable to reserve cache … another job may be
creating this cache`. `setup-uv` builds its key from the runner, the python and
a hash of `cache-dependency-glob`, and nothing in that tells one matrix cell
from another — so the three cells of a python, plus `lint` and
`test (lowest direct)` on 3.12, all reach for the same entry at once and one
wins.

Harmless, and it had already stopped: the three keys are populated now, so the
next run restores rather than saves. But it comes back whenever the key is new,
and the key is taken over `pyproject.toml` since `uv.lock` stopped being
tracked — which is to say every branch that touches a dependency would have
brought the eight warnings back with it.

`cache-suffix` gives each job its own. The entries are 3.7 MB apiece, so nine
of them cost less than one of the entries the old configuration was leaving
behind.

229 of 250 branches covered (91.6%)

Branch coverage included in aggregate %.

1297 of 1360 relevant lines covered (95.37%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33504784247.1 01 Sep 2026 11:53AM UTC 36
94.78
GitHub Action Run
Source Files on build 33504784247
  • Tree
  • List 36
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33504784247
  • 9531c7ea on github
  • Prev Build on main (#33504232193)
  • Next Build on main (#33506593997)
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