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

ossia / score / 31845392891
19%

Build:
DEFAULT BRANCH: master
Ran 14 Aug 2026 11:26PM UTC
Jobs 1
Files 2947
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

14 Aug 2026 10:08PM UTC coverage: 15.535% (-0.007%) from 15.542%
31845392891

push

github

jcelerier
wasm: run the release-bundle step under bash

The job runs in a container, where the default shell is sh, and the step uses
[[ ]]. sh reports "[[: not found", but the line is an `if` CONDITION, and
conditions are exempt from errexit -- so it did not stop there. It evaluated
false, took the else branch, and carried on.

Two consequences. The visible one is that the step still failed a few lines
later on `zip` and reported exit 127, which hid the real cause. The quiet one
matters more: on a tag build the name is chosen by that same test, so a release
bundle would have been published as ossia.score-master-wasm.zip instead of
carrying its version.

  sh    refs/tags/v3.5.0 -> ossia.score-master-wasm.zip
  bash  refs/tags/v3.5.0 -> ossia.score-3.5.0-wasm.zip

Every other inline step in the repo that uses bash-only syntax is on macOS
runners, where the default shell is already bash; this was the only one in a
container.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ux7eanJYt46tkpQhitnk2r

31823 of 204847 relevant lines covered (15.54%)

1581.51 hits per line

Coverage Regressions

Lines Coverage ∆ File
14
54.1
-22.95% src/lib/score/tools/FileWatch.cpp
Jobs
ID Job ID Ran Files Coverage
1 31845392891.1 14 Aug 2026 11:26PM UTC 2947
15.54
GitHub Action Run
Source Files on build 31845392891
  • Tree
  • List 2947
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31845392891
  • 7a92f320 on github
  • Prev Build on master (#31800453194)
  • Next Build on master (#31856955034)
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