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

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

Build:
DEFAULT BRANCH: main
Ran 07 Feb 2026 05:22PM UTC
Files 77
Run time 2s
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: 84.437%. Remained the same
21783202310.1

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>

8952 of 10602 relevant lines covered (84.44%)

1483903.03 hits per line

Source Files on job run-Debug - 21783202310.1
  • Tree
  • List 77
  • 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.1)
  • Next Job for on main (#21854838960.1)
  • 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