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

nvidia-holoscan / holoscan-cli
96%

Build:
DEFAULT BRANCH: main
Repo Added 05 Dec 2024 01:17AM UTC
Files 28
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/download-artifact-4.1.9
  • dependabot/github_actions/actions/download-artifact-4.2.0
  • dependabot/github_actions/actions/download-artifact-4.2.1
  • dependabot/github_actions/actions/download-artifact-5.0.0
  • dependabot/github_actions/actions/github-script-8.0.0
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/actions/upload-artifact-4.5.0
  • dependabot/github_actions/coverallsapp/github-action-2.3.6
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/pip/coverage-7.10.0
  • dependabot/pip/coverage-7.10.1
  • dependabot/pip/coverage-7.10.2
  • dependabot/pip/coverage-7.10.3
  • dependabot/pip/coverage-7.10.4
  • dependabot/pip/coverage-7.10.5
  • dependabot/pip/coverage-7.10.6
  • dependabot/pip/coverage-7.10.7
  • dependabot/pip/coverage-7.9.0
  • dependabot/pip/coverage-7.9.1
  • dependabot/pip/coverage-7.9.2
  • dependabot/pip/mypy-1.16.0
  • dependabot/pip/mypy-1.16.1
  • dependabot/pip/mypy-1.17.0
  • dependabot/pip/mypy-1.17.1
  • dependabot/pip/mypy-1.18.1
  • dependabot/pip/mypy-1.18.2
  • dependabot/pip/packaging-24.2
  • dependabot/pip/packaging-25.0
  • dependabot/pip/pip-512858e340
  • dependabot/pip/pre-commit-4.2.0
  • dependabot/pip/pre-commit-4.3.0
  • dependabot/pip/psutil-7.0.0
  • dependabot/pip/pytest-8.4.1
  • dependabot/pip/pytest-8.4.2
  • dependabot/pip/pytest-cov-6.2.1
  • dependabot/pip/pytest-cov-6.3.0
  • dependabot/pip/pytest-cov-7.0.0
  • dependabot/pip/pytest-mock-3.14.1
  • dependabot/pip/pytest-mock-3.15.0
  • dependabot/pip/pytest-mock-3.15.1
  • dependabot/pip/python-on-whales-0.74.0
  • dependabot/pip/python-on-whales-0.77.0
  • fix-build-metadata
  • pull-request/34
  • pull-request/35
  • pull-request/36
  • pull-request/37
  • pull-request/38
  • pull-request/40
  • pull-request/55
  • pull-request/56
  • pull-request/58
  • pull-request/60
  • pull-request/61
  • pull-request/64
  • pull-request/65
  • pull-request/74
  • pull-request/80
  • pull-request/84
  • pull-request/86
  • releae/3.5.0
  • release/2.9.0
  • release/3.0.0
  • release/3.1.0
  • release/3.2.0
  • release/3.3.0
  • release/3.4.0
  • release/3.4.1
  • release/3.5.0
  • release/3.6.0
  • release/3.7.0
  • update-release-3.6.0
  • vchang/3.3-software-stack
  • vchang/app-test
  • vchang/app-testing
  • vchang/configure_release_2.9
  • vchang/consolidate-platform
  • vchang/copy-pr-bot
  • vchang/cwes
  • vchang/drop-python-3.9
  • vchang/e2e-workflow-
  • vchang/gh-8
  • vchang/holohub
  • vchang/jinja2-cve-2025-27516
  • vchang/nv-runner
  • vchang/package-filename
  • vchang/poetry-setup
  • vchang/release-action
  • vchang/remove-no-commit-to-branch
  • vchang/test-actions
  • vchang/test-pypi
  • vchang/tools-validation
  • vchang/unit-tests
  • whom/add-blossom-action
  • whom/fix-blossom-action

07 Oct 2025 06:22AM UTC coverage: 95.69% (+6.1%) from 89.619%
18303963310

push

github

web-flow
HSDK 3.7.0 & CUDA 13 Support (#86)

* Update dependencies and enhance CUDA support

- Updated `coverage` from 7.9.2 to 7.10.7 and `pytest-mock` from 3.14.1 to 3.15.1 in `pyproject.toml` and `poetry.lock`.
- Adjusted the Dockerfile to use CUDA 13.0.0 and updated the e2e workflow to reflect this change.
- Added support for specifying CUDA version (12 or 13) in the packaging arguments and updated related classes to handle this new parameter.
- Enhanced artifact source loading to differentiate between CUDA versions when fetching manifest files.
- Updated README and automation scripts to reflect changes in artifact handling and CUDA versioning.

This commit improves compatibility with newer CUDA versions and ensures that the project dependencies are up to date.

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update Dockerfile for CUDA 12.8 support on Ubuntu 24.04

- Modified the Dockerfile to download and install the `libgdrapi` package for CUDA 12.8 on Ubuntu 24.04 instead of Ubuntu 22.04.
- Ensured compatibility with the updated Ubuntu version in the package installation process.

This change enhances the Docker image's compatibility with the latest Ubuntu release.

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* HSDK 3.7.0 RC2

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* update to use public containers

Signed-off-by: Wenqi Li <wenqil@nvidia.com>

---------

Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Co-authored-by: Wenqi Li <wenqil@nvidia.com>

38 of 38 new or added lines in 8 files covered. (100.0%)

1954 of 2042 relevant lines covered (95.69%)

0.96 hits per line

Relevant lines Covered
Build:
Build:
2042 RELEVANT LINES 1954 COVERED LINES
0.96 HITS PER LINE
Source Files on main
  • Tree
  • List 28
  • Changed 12
  • Source Changed 8
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18303963310 main HSDK 3.7.0 & CUDA 13 Support (#86) * Update dependencies and enhance CUDA support - Updated `coverage` from 7.9.2 to 7.10.7 and `pytest-mock` from 3.14.1 to 3.15.1 in `pyproject.toml` and `poetry.lock`. - Adjusted the Dockerfile to use CUDA 13.0... push 07 Oct 2025 06:23AM UTC web-flow github
95.69
18017513924 main Bump pytest from 8.4.1 to 8.4.2 (#79) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELO... push 25 Sep 2025 06:47PM UTC web-flow github
89.62
18017507458 main Bump actions/setup-python from 5 to 6 (#78) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python... push 25 Sep 2025 06:46PM UTC web-flow github
89.62
17965052325 main Bump actions/github-script from 7.0.1 to 8.0.0 (#77) Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/... push 24 Sep 2025 03:05AM UTC web-flow github
89.62
17965046905 main Bump pre-commit from 4.2.0 to 4.3.0 (#72) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commi... push 24 Sep 2025 03:05AM UTC web-flow github
89.62
17965040414 main Bump actions/checkout from 4 to 5 (#70) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGEL... push 24 Sep 2025 03:04AM UTC web-flow github
89.62
17965036480 main Bump actions/download-artifact from 4.3.0 to 5.0.0 (#69) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](htt... push 24 Sep 2025 03:04AM UTC web-flow github
89.62
17929796440 main Update debian-version in artifacts.json for Holoscan SDK 3.6.0 (#84) Signed-off-by: Victor Chang <vicchang@nvidia.com> push 22 Sep 2025 10:08PM UTC web-flow github
89.62
17622495766 main Update debian-version in artifacts.json for Holoscan SDK 3.6.0 (#84) Signed-off-by: Victor Chang <vicchang@nvidia.com> push 10 Sep 2025 05:58PM UTC web-flow github
89.62
17589450408 main Holoscan SDK 3.6.0 Support (#74) * Enhance cache size calculation in e2e workflow to check for the existence of the build cache directory before running the command. This prevents errors when the directory is missing. * Holoscan SDK 3.6.0 Support... push 09 Sep 2025 04:39PM UTC web-flow github
89.62
See All Builds (628)
  • Repo on GitHub
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

© 2025 Coveralls, Inc