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

nvidia-holoscan / holoscan-cli / 30896481402
79%
main: 79%

Build:
Build:
LAST BUILD BRANCH: agent/fix-source-project-portability
DEFAULT BRANCH: main
Ran 04 Aug 2026 09:29AM UTC
Jobs 1
Files 36
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

04 Aug 2026 09:27AM UTC coverage: 78.504% (+0.03%) from 78.473%
30896481402

Pull #217

github

wyli
feat: add --prefix to install for install-time destination selection

`holoscan install` emitted a bare `cmake --install <build-dir>`, so the only
way to pick a destination was `--configure-args="-DCMAKE_INSTALL_PREFIX=..."`.
That bakes the path into the build tree's CMake cache: a configured tree can
only ever install to one location, and changing it forces a reconfigure.

Add `--prefix`, forwarded to `cmake --install --prefix`. It is resolved at
install time and leaves the cache untouched, so one built tree can be
installed to several destinations. The flag is spelled to match CMake's own
option; internally it is `install_prefix` so it cannot be confused with the
unrelated `cli.prefix` metadata placeholder prefix used in the same module.

Both paths are covered: the local branch appends the option to the cmake
invocation, and the container branch forwards it (shell-quoted) into the
recursive in-container `holoscan install ... --local` command.

Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pull Request #217: feat: add --prefix to install for install-time destination selection

7 of 7 new or added lines in 1 file covered. (100.0%)

23 existing lines in 1 file now uncovered.

3243 of 4131 relevant lines covered (78.5%)

0.79 hits per line

Coverage Regressions

Lines Coverage ∆ File
23
79.29
0.65% src/holoscan_cli/commands/install.py
Jobs
ID Job ID Ran Files Coverage
1 30896481402.1 04 Aug 2026 09:29AM UTC 36
78.5
GitHub Action Run
Source Files on build 30896481402
  • Tree
  • List 36
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30896481402
  • Pull Request #217
  • PR Base - main (#30826307291)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc