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

Tatsh / winprefs
100%

Build:
DEFAULT BRANCH: master
Repo Added 29 Oct 2023 05:19PM UTC
Files 35
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • copilot/fix-nsis-installer-issues
  • dependabot/github_actions/actions/attest-build-provenance-4
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/upload-artifact-7
  • dependabot/github_actions/egor-tensin/setup-mingw-3
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/npm_and_yarn/cspell-9.2.1
  • dependabot/npm_and_yarn/cspell-9.2.2
  • dependabot/npm_and_yarn/cspell-9.3.0
  • dependabot/npm_and_yarn/cspell-9.3.2
  • dependabot/npm_and_yarn/cspell-9.4.0
  • dependabot/npm_and_yarn/cspell-9.6.0
  • dependabot/npm_and_yarn/cspell-9.6.1
  • dependabot/npm_and_yarn/cspell-9.6.2
  • dependabot/npm_and_yarn/cspell-9.6.4
  • dependabot/npm_and_yarn/cspell-9.7.0
  • dependabot/npm_and_yarn/markdownlint-cli2-0.19.1
  • dependabot/npm_and_yarn/markdownlint-cli2-0.20.0
  • dependabot/npm_and_yarn/markdownlint-cli2-0.21.0
  • dependabot/npm_and_yarn/npm_and_yarn-3c67cbb9cd
  • dependabot/npm_and_yarn/npm_and_yarn-e5a595f223
  • dependabot/npm_and_yarn/prettier-3.7.3
  • dependabot/npm_and_yarn/prettier-3.7.4
  • dependabot/npm_and_yarn/prettier-3.8.0
  • dependabot/npm_and_yarn/prettier-3.8.1
  • dependabot/npm_and_yarn/prettier-plugin-sort-json-4.2.0
  • master

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

Relevant lines Covered
Build:
Build:
3360 RELEVANT LINES 3351 COVERED LINES
196.5 HITS PER LINE
Source Files on master
  • Tree
  • List 35
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25343181282 master 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` wo... push 04 May 2026 09:01PM UTC Tatsh github
99.73
25335836492 master project: target Windows 2000 for 32-bit MinGW builds The README has long claimed that 32-bit native binaries should be compatible with Windows 2000 and newer, but `TARGET_VERSION` defaulted to `0x501` (Windows XP) for every non-MSVC configuration... push 04 May 2026 06:25PM UTC Tatsh github
99.73
25335019441 master project: derive CPACK_SYSTEM_NAME from arch and drop redundant rename steps CMakeLists.txt previously decided `win64` vs `win32` purely from the pointer width, which collapses x86_64 and arm64 into the same `win64` filename and causes the GitHub ... push 04 May 2026 06:08PM UTC Tatsh github
99.73
25334451547 master workflows/cmake: publish Debug and Release across x64, arm64, and i686 CPack derives the asset filename from the project name, version, and `CPACK_SYSTEM_NAME` only, so Debug and Release builds of the same arch produced identical filenames and co... push 04 May 2026 05:57PM UTC Tatsh github
99.73
25328416489 master bump: v0.4.0 → v0.4.1 Signed-off-by: Andrew Udvare <audvare@gmail.com> push 04 May 2026 03:44PM UTC Tatsh github
99.73
25297863563 master workflows/*: adapt to bpmdetect-style for windows-only targeting Mirror the workflow set used in the bpmdetect repository, restricted to Windows targets (Linux cross-compile and Linux ASan/CodeQL jobs that already exist are kept). - Replace cmak... push 04 May 2026 02:33AM UTC Tatsh github
99.73
25297471277 master workflows/*: adapt to bpmdetect-style for windows-only targeting Mirror the workflow set used in the bpmdetect repository, restricted to Windows targets (Linux cross-compile and Linux ASan/CodeQL jobs that already exist are kept). - Replace cmak... push 04 May 2026 02:11AM UTC Tatsh github
99.73
23410806735 master workflows/*: only trigger on relevant file changes Add paths filters to codeql, pages, and tests workflows so they only run when source, build, or config files change. Signed-off-by: Andrew Udvare <audvare@gmail.com> push 22 Mar 2026 07:35PM UTC Tatsh github
99.73
23410744367 master workflows/cmake: only trigger on relevant file changes Add paths filters to push and pull_request triggers so the build workflow only runs when C/C++/C# source, CMake build files, vcpkg config files, or the workflow itself change. Signed-off-by:... push 22 Mar 2026 07:32PM UTC Tatsh github
99.73
23410576907 master claude/agents: add csharp-expert and cmake-expert agents Signed-off-by: Andrew Udvare <audvare@gmail.com> push 22 Mar 2026 07:23PM UTC Tatsh github
99.73
See All Builds (464)
  • Repo on GitHub
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