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

stacklok / toolhive-studio / 28878342133
71%
main: 71%

Build:
Build:
LAST BUILD BRANCH: v0.37.0
DEFAULT BRANCH: main
Ran 07 Jul 2026 03:35PM UTC
Jobs 1
Files 526
Run time 27s
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

pending completion
28878342133

push

github

web-flow
fix(ci): merge multi-arch flatpak bundle artifacts before publishing (#2442)

publish-flatpak downloads both flatpak-bundle-x86_64 and flatpak-bundle-aarch64
via pattern: flatpak-bundle-*, but without merge-multiple, actions/download-artifact
puts each match in its own <artifact-name>/ subdirectory. That adds a directory
level the existing bundle-path glob (_bundles/**/*.flatpak) doesn't account for --
aetherpak import's glob expansion (Go's filepath.Glob, non-recursive) needs
exactly one directory level between _bundles and the file.

This caused the actual v0.37.0-rc.0 prerelease's Publish Flatpak job to fail:
"Failed to open file '.../_bundles/**/*.flatpak': No such file or directory".

merge-multiple: true flattens both artifacts into _bundles/<arch>/*.flatpak
directly, matching what the glob already expects.

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>

5362 of 8088 branches covered (66.3%)

7825 of 10978 relevant lines covered (71.28%)

112.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28878342133.1 07 Jul 2026 03:35PM UTC 526
71.28
GitHub Action Run
Source Files on build 28878342133
  • Tree
  • List 526
  • 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 #28878342133
  • 2729005e on github
  • Prev Build on main (#28872801975)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc