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

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

Build:
Build:
LAST BUILD BRANCH: v0.37.0
DEFAULT BRANCH: main
Ran 07 Jul 2026 02:43PM UTC
Jobs 1
Files 526
Run time 2min
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

07 Jul 2026 02:38PM UTC coverage: 71.279%. Remained the same
28874742843

Pull #2442

github

kantord
fix(ci): merge multi-arch flatpak bundle artifacts before publishing

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>
Pull Request #2442: fix(ci): merge multi-arch flatpak bundle artifacts before publishing

5362 of 8088 branches covered (66.3%)

7825 of 10978 relevant lines covered (71.28%)

112.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28874742843.1 07 Jul 2026 02:43PM UTC 526
71.28
GitHub Action Run
Source Files on build 28874742843
  • 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 #28874742843
  • Pull Request #2442
  • PR Base - 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