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

vbpf / prevail / 21783202310
87%

Build:
DEFAULT BRANCH: main
Ran 07 Feb 2026 04:42PM UTC
Jobs 2
Files 77
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

07 Feb 2026 04:30PM UTC coverage: 86.699%. Remained the same
21783202310

push

github

web-flow
Fix CMake nesting issues (#987)

* Fix CMake nesting issues.

* cmake: Add binary_dir to add_subdirectory calls for FetchContent compatibility

When prevail is consumed via FetchContent, PROJECT_SOURCE_DIR becomes an
absolute path under the build tree (CMAKE_BINARY_DIR/_deps/prevail-src/),
which is outside the superproject's CMAKE_SOURCE_DIR. CMake requires an
explicit binary_dir argument for add_subdirectory in this scenario.

This change adds the binary_dir argument to all add_subdirectory calls
that use prevail_source_dir, ensuring compatibility with FetchContent
while remaining harmless for standalone and add_subdirectory builds.

* cmake: Escape regex metacharacters in path filters

When prevail_source_dir contains regex-special characters (e.g., +, ., ()
which can occur in FetchContent build trees), the list(FILTER ... REGEX ...)
calls could mismatch. This escapes the path before using it in regex filters.

---------

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

9334 of 10766 relevant lines covered (86.7%)

3133832.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Debug - 21783202310.1 07 Feb 2026 05:22PM UTC 77
84.44
GitHub Action Run
2 run-Release - 21783202310.2 07 Feb 2026 04:42PM UTC 76
85.81
GitHub Action Run
Source Files on build 21783202310
  • Tree
  • List 77
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 665a412a on github
  • Prev Build on main (#21748240012)
  • 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