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

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

Build:
Build:
LAST BUILD BRANCH: feat/standalone-module-create
DEFAULT BRANCH: main
Ran 04 Aug 2026 09:46AM 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:45AM UTC coverage: 78.594% (+0.1%) from 78.473%
30897746589

Pull #218

github

wyli
fix: honor --verbose during local builds

`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>
Pull Request #218: fix: honor --verbose during local builds

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

3242 of 4125 relevant lines covered (78.59%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30897746589.1 04 Aug 2026 09:46AM UTC 36
78.59
GitHub Action Run
Source Files on build 30897746589
  • 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 #30897746589
  • Pull Request #218
  • 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