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

vbpf / prevail / 21783202310 / 2
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 07 Feb 2026 05:22PM UTC
Files 76
Run time 1s
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: 85.811%. Remained the same
21783202310.2

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>

9023 of 10515 relevant lines covered (85.81%)

1712458.84 hits per line

Source Files on job run-Release - 21783202310.2
  • Tree
  • List 76
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21783202310
  • 665a412a on github
  • Prev Job for on main (#21748240012.2)
  • 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