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

Tatsh / winprefs / 25343181282
100%

Build:
DEFAULT BRANCH: master
Ran 04 May 2026 09:01PM UTC
Jobs 2
Files 35
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

04 May 2026 08:57PM UTC coverage: 99.732%. Remained the same
25343181282

push

github

Tatsh
workflows/publish-gallery: fix never-matching push-event gate

The check job's `if:` required `workflow_run.event == 'push'` and
`head_branch` starting with `v`, which never held for this workflow:
it is triggered by completion of the `Release` workflow, and `Release`
is itself triggered by `workflow_run` (not by a tag push). The
forwarded `workflow_run.event` is therefore `workflow_run` and
`head_branch` is the underlying branch, typically `master`. With both
operands of the `&&` chain failing, the check job was always skipped,
which in turn skipped the `publish` job and silently prevented
PowerShell Gallery uploads on every release. v0.4.1 surfaced this
because the publish-gallery job's `skipped` conclusion was visible in
the run list.

Replace the gate with `workflow_run.conclusion == 'success'`. This is
sufficient: the `Release` workflow only concludes successfully when it
has actually flipped the draft to published; runs that do not publish
self-cancel and therefore do not match.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

3351 of 3360 relevant lines covered (99.73%)

196.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25343181282.1 04 May 2026 09:01PM UTC 27
100.0
GitHub Action Run
2 25343181282.2 04 May 2026 09:01PM UTC 8
96.89
GitHub Action Run
Source Files on build 25343181282
  • Tree
  • List 35
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25343181282
  • 74ba6066 on github
  • Prev Build on master (#25335836492)
  • Next Build on master (#25513121250)
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