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

stacklok / frizbee / 31757113879
52%

Build:
DEFAULT BRANCH: main
Ran 14 Aug 2026 12:22AM UTC
Jobs 1
Files 15
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

14 Aug 2026 12:22AM UTC coverage: 53.601%. Remained the same
31757113879

push

github

web-flow
fix(ci): remove duplicate cache key in releaser workflow (#445)

#444 switched every setup-go step from go-version-file to
go-version: 'stable' + cache: true. releaser.yml already had cache: true,
so it ended up with the key twice:

    with:
      go-version: 'stable'
      cache: true
      cache: true

GitHub rejects the whole file as an invalid workflow, which is why the
push to main produced a jobless failing "Release" run. The next tag push
would not have released anything.

This slipped through because releaser.yml only triggers on tag pushes, so
no pull request check ever parsed it, and PyYAML accepts duplicate keys
silently (last one wins). actionlint does catch it:

    releaser.yml:72:11: key "cache" is duplicated in "with" section [syntax-check]

Also collapses the stray double blank lines the same rewrite left in
test.yml and codeql.yml.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

655 of 1222 relevant lines covered (53.6%)

0.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31757113879.1 14 Aug 2026 12:22AM UTC 15
53.6
GitHub Action Run
Source Files on build 31757113879
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31757113879
  • faab90f6 on github
  • Prev Build on main (#31756817394)
  • Next Build on main (#31757295520)
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