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

newrelic / infrastructure-agent / 30242096782

27 Jul 2026 06:14AM UTC coverage: 53.136% (-0.6%) from 53.706%
30242096782

Pull #2295

github

nravada
fix: restore the go.sum entries actually needed for oci-go-sdk

Completely dropping go.sum broke every CI job that runs go build/test/lint
without -mod=mod (i.e. most of them) - "missing go.sum entry for module
providing package github.com/oracle/oci-go-sdk/v65/core" etc. -mod=mod
only auto-fills go.sum when explicitly requested; CI's default mode
requires it to already be complete.

Re-added exactly the entries go.mod's new requires need (oci-go-sdk itself
plus its 4 real transitive deps: gofrs/flock, sony/gobreaker/v2,
youmark/pkcs8, golang.org/x/crypto) - verified minimal by diffing against
what a full `go build ./...` + `go test ./...` actually requires, not the
much larger unrelated bloat that tools like `go list -m -json all`
(third-party-notices, golangci-lint) pull in when computing the whole
transitive module graph.

vendor/ itself is still not synced - that's the one remaining known
follow-up, tracked separately from go.mod/go.sum correctness.
Pull Request #2295: feat(oci): add OCI tag support to match AWS tags (Phase 1 + Phase 2)

127 of 530 new or added lines in 12 files covered. (23.96%)

1 existing line in 1 file now uncovered.

14739 of 27738 relevant lines covered (53.14%)

17.02 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

74.82
/internal/httpapi/httpapi.go


Source Not Available

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