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

spdx / tools-golang
87%

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/github_actions/actions/setup-go-7
  • 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/rdf-snippet-endpointer-guard
  • 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

23 Jul 2026 02:28PM UTC coverage: 86.54% (+0.07%) from 86.471%
30016012414

push

github

web-flow
fix(rdf): end pointer guard checking the wrong slice in snippet range parsing (#292)

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

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

7580 of 8759 relevant lines covered (86.54%)

18.42 hits per line

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30016012414 main fix(rdf): end pointer guard checking the wrong slice in snippet range parsing (#292) Signed-off-by: Arpit Jain <arpitjain099@gmail.com> push 24 Jul 2026 12:40AM UTC web-flow github
86.54
29711318833 dependabot/github_actions/actions/setup-go-7 build(deps): Bump actions/setup-go from 6 to 7 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6..... Pull #293 20 Jul 2026 01:43AM UTC web-flow github
86.49
29457529062 fix/rdf-snippet-endpointer-guard rdf: check endPointerTriples in the snippet range end pointer guard The guard ahead of endPointerTriples[0] tests len(startPointerTriples) instead, which the previous block has already validated, so it always passes. Its own error message says en... Pull #292 15 Jul 2026 11:06PM UTC arpitjain099 github
86.52
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
See All Builds (560)
  • Repo on GitHub
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