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

mosquito / caio / 30856034754 / 3
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2026 09:47PM UTC
Files 8
Run time 0s
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

03 Aug 2026 09:45PM UTC coverage: 86.232% (+0.07%) from 86.165%
30856034754.3

push

github

mosquito
Fix wheels-musllinux-aarch64: JS actions can't run in Alpine on ARM64

The v0.11.0 release run failed wheels-musllinux-aarch64 across all 5
Python versions with "JavaScript Actions in Alpine containers are only
supported on x64 Linux runners" - a known GitHub Actions limitation
specific to Alpine + ARM64 (the x86_64 musllinux job is unaffected).
Every JS-based step in the job (checkout, upload-artifact, the
softprops/action-gh-release upload) would hit this, not just the first
one to run. Since the pypi job's needs: includes this job, the failure
blocked PyPI publishing for the whole release even though every other
wheel built successfully.

Fixed by no longer running this job inside `container:` at all -
checkout/setup-uv/upload-artifact/gh-release now run directly on the
plain ubuntu-24.04-arm host (where JS actions work normally), and only
the actual musl-linked build step invokes the musllinux container
explicitly via `docker run` against the checked-out workspace, bind-
mounted in. Docker is already known to be present and working on this
runner image, since every other container:-based job on the same
runner type relies on it under the hood.

357 of 414 relevant lines covered (86.23%)

0.86 hits per line

Source Files on job 30856034754.3
  • Tree
  • List 8
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30856034754
  • 825b3ef0 on github
  • Prev Job for on master (#30855489577.12)
  • Next Job for on master (#30887411448.11)
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