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

Tatsh / dbeaver-creds / 25136969990
100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 10:23PM UTC
Jobs 5
Files 6
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

29 Apr 2026 10:22PM UTC coverage: 100.0%. Remained the same
25136969990

push

github

Tatsh
workflows/cmake: install nsis on windows before cpack

The v0.1.0 Build run revealed an asymmetry in the GitHub-hosted
Windows runner images: `windows-11-arm` ships with NSIS
pre-installed (`makensis.exe` on PATH), but `windows-latest` (which
currently aliases to windows-2022 / soon windows-2025) does not.
CPack with `CPACK_GENERATOR "NSIS;ZIP"` then fails on
windows-latest with:

    CPack Error: Cannot find NSIS compiler makensis: likely it is
    not installed, or not in your PATH

while windows-11-arm completes the same step cleanly.

Add a `choco install nsis -y --no-progress` step gated on
`runner.os == 'Windows'` so both Windows cells get a guaranteed
NSIS install before CPack runs. `choco install` is idempotent on
the ARM64 runner where NSIS is already present, so the cost on
that cell is one no-op `choco` invocation.

Step is also gated on `matrix.build-type == 'Release' && github.ref_type == 'tag'`
to match the CPack step's own gating - no point installing NSIS on
non-tag CI runs that don't package anything.

Dictionary picks up `choco`.

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

228 of 228 relevant lines covered (100.0%)

12.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native-macOS - 25136969990.1 29 Apr 2026 10:23PM UTC 2
96.7
GitHub Action Run
2 native-Windows-CLANGARM64 - 25136969990.2 29 Apr 2026 10:29PM UTC 4
99.39
GitHub Action Run
3 pwsh - 25136969990.3 29 Apr 2026 10:23PM UTC 1
100.0
GitHub Action Run
4 native-Windows-MINGW64 - 25136969990.4 29 Apr 2026 10:25PM UTC 4
99.32
GitHub Action Run
5 native-Linux - 25136969990.5 29 Apr 2026 10:23PM UTC 2
100.0
GitHub Action Run
Source Files on build 25136969990
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25136969990
  • 3795923d on github
  • Prev Build on master (#25136701083)
  • Next Build on master (#25286017250)
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