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

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

Build:
Build:
LAST BUILD BRANCH: pull-request/222
DEFAULT BRANCH: main
Ran 14 Aug 2026 10:08AM 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

14 Aug 2026 09:46AM UTC coverage: 78.535% (-0.06%) from 78.599%
31790952217

Pull #221

github

wyli
fix: sync bundled template requirements with the create extra

`setup_scripts/requirements.template.txt` ships in the wheel and is
pip-installed by `setup_scripts/template.sh`, so it is a second declaration of
the dependency set that `[project.optional-dependencies].create` already owns.
The two had diverged: the bundled file asked for jsonschema>=4.26.0 and
referencing>=0.36.2, while the extra asks for jsonschema>=4.18,<5.0 and
referencing>=0.30.

The divergence was in the dangerous direction. Only the extra carries the
jsonschema<5.0 cap, and that cap exists because metadata_validator.py uses
Draft202012Validator(..., registry=...). `holoscan setup template` could
therefore install a jsonschema release that `holoscan create` is documented not
to support, while `pip install 'holoscan-cli[create]'` could not.

The extra is authoritative because the CLI imports these packages, so a plain
pip install has to be sufficient. Point the bundled file at the same
constraints and add a package-data test that fails when they disagree; the
validator only needs Draft202012Validator and the core referencing Registry
APIs, so no higher floor is warranted.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Pull Request #221: fix: preserve source-project context

23 of 36 new or added lines in 5 files covered. (63.89%)

1 existing line in 1 file now uncovered.

3260 of 4151 relevant lines covered (78.54%)

0.79 hits per line

Uncovered Changes

Lines Coverage ∆ File
13
60.31
-1.43% src/holoscan_cli/commands/lint.py

Coverage Regressions

Lines Coverage ∆ File
1
60.31
-1.43% src/holoscan_cli/commands/lint.py
Jobs
ID Job ID Ran Files Coverage
1 31790952217.1 14 Aug 2026 10:08AM UTC 36
78.54
GitHub Action Run
Source Files on build 31790952217
  • Tree
  • List 36
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31790952217
  • Pull Request #221
  • PR Base - main (#30911712554)
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