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

NVIDIA / gpu-operator / 31215606253
38%
main: 38%

Build:
Build:
LAST BUILD BRANCH: pull-request/2762
DEFAULT BRANCH: main
Ran 07 Aug 2026 08:28PM UTC
Jobs 1
Files 73
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

07 Aug 2026 08:22PM UTC coverage: 38.385%. Remained the same
31215606253

push

github

abrarshivani
Fix license joining producing different output on Linux and macOS

Running the generator under GNU coreutils produced a THIRD_PARTY_NOTICES.md
that differed from the macOS one on 664 lines: every license field gained a
leading " / ", so the Linux output read " / BSD-3-Clause" where macOS read
"BSD-3-Clause".

The cause is an awk portability trap in collapse_index. Given

    lic[pkg] = (pkg in lic) ? lic[pkg] " / " $3 : $3

gawk instantiates the assignment target before evaluating the right-hand
side, so "pkg in lic" is already true on the first row for a package and the
separator is prepended to a value that is not there yet. BSD awk does not
instantiate it, which is why this never showed up locally. Counting
occurrences instead is well defined on both.

This would have failed notices-check on the first CI run, since the
committed file is generated on a developer machine and regenerated on a
Linux runner.

Verified by generating the file in a golang:1.26.5 container and comparing
with the macOS output: identical sha256 after the fix, where before they
differed. The committed file is unchanged - macOS was producing the correct
bytes all along.

Signed-off-by: Abrar Shivani <ashivani@nvidia.com>

5572 of 14516 relevant lines covered (38.39%)

0.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31215606253.1 07 Aug 2026 08:28PM UTC 73
38.39
GitHub Action Run
Source Files on build 31215606253
  • Tree
  • List 73
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31215606253
  • 444a1e28 on github
  • Prev Build on pull-request/2723 (#31214164894)
  • Next Build on pull-request/2723 (#31216296405)
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