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

Tatsh / bpmdetect / 25411930290
100%

Build:
DEFAULT BRANCH: master
Ran 06 May 2026 02:05AM UTC
Jobs 1
Files 16
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

06 May 2026 01:40AM UTC coverage: 100.0%. Remained the same
25411930290

push

github

Tatsh
cmake: bundle Windows runtime DLLs for non-MinGW toolchains

The runtime-dependency install block was guarded by `if(MINGW)`, which
CMake only sets for GNU-toolchain MinGW environments. Any other Windows
build (MSVC, plain clang-cl, and at minimum every CMake-detected non-
MinGW path) silently skipped the entire RUNTIME_DEPENDENCY_SET install
plus the explicit `lib*.dll` list, leaving the installed binary without
its third-party DLLs. Widen the guard to `if(WIN32)` so every Windows
toolchain bundles the runtime, and rename the helper variable from
`_mingw_bin_dir` to `_compiler_bin_dir` to match its new, broader role.

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

880 of 880 relevant lines covered (100.0%)

50.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25411930290.1 06 May 2026 02:05AM UTC 16
100.0
GitHub Action Run
Source Files on build 25411930290
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25411930290
  • a096647c on github
  • Prev Build on master (#25354695675)
  • Next Build on master (#25529169063)
  • Delete
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