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

NVIDIA / nvidia-container-toolkit / 24748865898
43%
main: 44%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/main/NVIDIA/holodeck-0.3.6
DEFAULT BRANCH: main
Ran 21 Apr 2026 10:07PM UTC
Jobs 1
Files 243
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

21 Apr 2026 06:11PM UTC coverage: 43.481%. Remained the same
24748865898

push

github

cdesiniotis
[cudacompat] update version comparison to account for leading zeros in version strings

Any version string passed as an argument to semver.Compare() must be a valid semantic
version. It is common for NVIDIA driver versions to have leading zeros in the MINOR or
PATCH portion of a version string, e.g. 575.57.08. As a result, a call to
semver.Compare("575.57.08", "575.10.10") would incorrectly return -1 because the first
argument is not a valid semantic version.

And from https://pkg.go.dev/golang.org/x/mod/semver#Compare:

'''
An invalid semantic version string is considered less than a valid one.
All invalid semantic version strings compare equal to each other.
'''

Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>

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

6470 of 14880 relevant lines covered (43.48%)

0.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24748865898.1 21 Apr 2026 10:07PM UTC 243
43.48
GitHub Action Run
Source Files on build 24748865898
  • Tree
  • List 243
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24748865898
  • d8b823d9 on github
  • Prev Build on pull-request/1784 (#24741087080)
  • Delete
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

© 2026 Coveralls, Inc