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

nvidia-holoscan / holoscan-cli / 30911712554
79%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 01:11PM 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 01:00PM UTC coverage: 78.599% (+0.1%) from 78.478%
30911712554

push

github

web-flow
fix: honor --verbose during local builds (#218)

`build_project_locally()` accepted only `dryrun`, so `--verbose` was dropped
at that boundary: the `update_env` call fell back to `verbose=dryrun` and the
resolved environment mapping was never printed for the build phase.

Visible effects:

- `holoscan build <proj> --local --verbose` produced no extra output at all.
  The flag was accepted, forwarded into container recursion and set on
  `container.verbose`, but was inert on the local path.
- `holoscan install <proj> --local --verbose` printed the mapping for the
  install step but not for the build step it had just run.

Thread `verbose` through the shared helper and pass `args.verbose` from all
three callers (build, run, install), matching the `(args.verbose or dryrun)`
expression run and install already used for their own `update_env` calls.

`build_holohub_path_mapping(verbose=dryrun)` is deliberately left unchanged:
all three call sites already agree on dryrun-only for path mapping, so only
the `update_env` call had diverged.

Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

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

3243 of 4126 relevant lines covered (78.6%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30911712554.1 04 Aug 2026 01:11PM UTC 36
78.6
GitHub Action Run
Source Files on build 30911712554
  • Tree
  • List 36
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30911712554
  • 861abd10 on github
  • Prev Build on main (#30911671408)
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