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

spdx / tools-golang
86%

Build:
DEFAULT BRANCH: main
Repo Added 12 Jan 2019 07:25PM UTC
Files 138
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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.1.1
  • 0.3.0-rc1-readme
  • 0.3.0-rc1-release-notes
  • addJsonEnums
  • chore/guard-nil-package
  • colon_space_fix
  • copilot/fix-failing-github-actions-job
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/actions/setup-go-3
  • dependabot/github_actions/actions/setup-go-4
  • dependabot/github_actions/actions/setup-go-5
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/go_modules/github.com/anchore/go-struct-converter-0.1.0
  • dependabot/go_modules/github.com/google/go-cmp-0.5.9
  • dependabot/go_modules/github.com/google/go-cmp-0.6.0
  • dependabot/go_modules/github.com/google/go-cmp-0.7.0
  • dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/github.com/stretchr/testify-1.8.2
  • dependabot/go_modules/github.com/stretchr/testify-1.8.3
  • dependabot/go_modules/github.com/stretchr/testify-1.8.4
  • dependabot/go_modules/github.com/stretchr/testify-1.9.0
  • dependabot/go_modules/sigs.k8s.io/yaml-1.4.0
  • dependabot/go_modules/sigs.k8s.io/yaml-1.5.0
  • dependabot/go_modules/sigs.k8s.io/yaml-1.6.0
  • ext-doc-ref
  • feat/spdx-3-prototype
  • fix-getallfilepath
  • fix-license-filenames-ref
  • fix-markdown-header
  • fix-prefixdocumentid
  • fix-shorthand-dupls
  • fix-shorthand-dups-again
  • fix/adapt-to-go-struct-converter-0.2
  • fix/convert-licenses
  • fix/external-document-ref-in-creation-info
  • fix/validate-noassertion-relationships
  • gordf
  • id-parsing
  • issue-35-link
  • json
  • main
  • master
  • optional-params
  • patch-1
  • rdfreader
  • refs/tags/v0.1.0
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.3.0-rc1
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.5.0-rc1
  • refs/tags/v0.5.1
  • refs/tags/v0.5.2
  • refs/tags/v0.5.3
  • refs/tags/v0.5.4
  • refs/tags/v0.5.5
  • refs/tags/v0.5.6
  • refs/tags/v0.5.7
  • refs/tags/v0.6.0-rc1
  • refs/tags/v0.6.0-rc2
  • refs/tags/v0.6.0-rc3
  • refs/tags/v0.6.0-rc4
  • revert-54-master
  • spdx3
  • tagvalue/handle-external-document-ref
  • update-release-notes

10 Jul 2026 11:25PM UTC coverage: 86.471% (+0.04%) from 86.431%
29130292506

push

github

web-flow
fix: prevent panics when null in JSON package list (#291)

Signed-off-by: Arpit Jain <arpitjain099@gmail.com>

4 of 4 new or added lines in 2 files covered. (100.0%)

2 existing lines in 1 file now uncovered.

7574 of 8759 relevant lines covered (86.47%)

18.52 hits per line

Relevant lines Covered
Build:
Build:
8759 RELEVANT LINES 7574 COVERED LINES
18.52 HITS PER LINE
Source Files on main
  • Tree
  • List 138
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29130292506 main fix: prevent panics when null in JSON package list (#291) Signed-off-by: Arpit Jain <arpitjain099@gmail.com> push 10 Jul 2026 11:26PM UTC web-flow github
86.47
29122752175 chore/guard-nil-package Guard against a nil *Package when reading JSON A JSON document with a null entry in the packages array (for example {"packages":[null]}) decodes to a nil *Package. The custom Document unmarshaller walks d.Packages to build hasFiles relationships ... Pull #291 10 Jul 2026 10:12PM UTC arpitjain099 github
86.47
28206827284 main chore: fuzz test context deadline failure on macOS (#290) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> push 25 Jun 2026 11:24PM UTC web-flow github
86.43
28193836654 copilot/fix-failing-github-actions-job Fix fuzz test failure on macOS by switching to execution-count fuzztime Pull #290 25 Jun 2026 10:01PM UTC web-flow github
86.41
28193178473 main fix: GetAllFilePaths should always return a nromalized path starting with slash #263 (#281) Signed-off-by: OhioDschungel6 <39698795+ohiodschungel6@users.noreply.github.com> Signed-off-by: Suman Mandal <sumanmandal.intro@gmail.com> Co-authored-by:... push 25 Jun 2026 06:53PM UTC web-flow github
86.37
28188579029 fix-getallfilepath refactor(utils): avoid unnecessary shortPath allocation Signed-off-by: Suman Mandal <sumanmandal.intro@gmail.com> Pull #281 25 Jun 2026 06:27PM UTC jijo-OO7 github
86.45
28181731625 dependabot/github_actions/actions/checkout-7 build(deps): Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/... Pull #287 25 Jun 2026 03:35PM UTC web-flow github
86.41
28181618962 main fix: migrate to go-struct-converter v0.2 (#289) Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch> push 25 Jun 2026 03:34PM UTC web-flow github
86.44
28180354753 fix/adapt-to-go-struct-converter-0.2 chore: set go version to 1.23.0 Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch> Pull #289 25 Jun 2026 03:16PM UTC sgaist github
86.47
28176439739 fix/adapt-to-go-struct-converter-0.2 fix(ci): update go version in action as well Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch> Pull #289 25 Jun 2026 02:14PM UTC sgaist github
83.18
See All Builds (557)
  • 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

© 2026 Coveralls, Inc