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

dunglas / mercure / 26042143253
84%
master: 93%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 18 May 2026 03:11PM UTC
Jobs 1
Files 24
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

18 May 2026 03:09PM UTC coverage: 83.89%. Remained the same
26042143253

push

github

web-flow
chore: automate releases via workflow_dispatch (#1246)

* chore: automate releases via workflow_dispatch

Replace the local release.sh logic with a Release workflow that bumps
the Caddy module and Helm chart, regenerates chart docs, commits and
tags via the GitHub API (server-signed under github-actions[bot]), and
dispatches cd.yml against the new tag. release.sh becomes a thin
dispatcher that keeps the pre-flight guards (semver, on-main, clean
tree, in-sync with origin/main).

* ci: address Copilot review on release workflow

- Drop the unused GOFLAGS env from the release job (this workflow never
  compiles Mercure code; build tags belong to ci.yml/cd.yml).
- Validate the version input inside the workflow as well, so a
  UI-triggered dispatch can't slip a non-semver string through.
- Pin helm-docs to v1.14.2 instead of @latest for reproducibility.
- Replace fragile "(HTTP 404)" stderr grepping with a matching-refs
  lookup that returns an empty array for absent tags, and extend the
  split-state guard so a mismatched caddy/v<version> on the resume
  path is caught up-front instead of inside create_tag.
- Build the release tree from `git diff --name-only HEAD` so any file
  the bump or helm-docs touches (e.g. an unexpected top-level go.sum
  delta) is captured, matching the previous `git commit -a` behavior.
- On resume, skip the cd.yml dispatch when a prior run is already in
  flight or has succeeded; only failed runs are retried.
- Restore the three-way behind/ahead/diverged diagnostic in release.sh
  that the rewrite collapsed into a single equality check.

* ci: compact release-workflow comments

Trim explanatory comments to one or two lines each and drop the
operator-side semver regex from release.sh — release.yml validates it.

* ci: address follow-up Copilot review

- Hard-fail the cd.yml dispatch step on error (was emitting a warning
  while reporting success).
- Use matching-refs in create_tag so transient API failures aren't
  read as "tag a... (continued)

1807 of 2154 relevant lines covered (83.89%)

49.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 0 - 26042143253.1 18 May 2026 03:11PM UTC 24
83.89
GitHub Action Run
Source Files on build 26042143253
  • Tree
  • List 24
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3420db18 on github
  • Prev Build on main (#25961447860)
  • Next Build on main (#26228903666)
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