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

newrelic / infrastructure-agent / 30242096782
53%
master: 54%

Build:
Build:
LAST BUILD BRANCH: nr-567349-warn-unrecognized-nria-env-vars
DEFAULT BRANCH: master
Ran 27 Jul 2026 07:07AM UTC
Jobs 1
Files 341
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

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

Uncovered Changes

Lines Coverage ∆ File
127
0.0
pkg/sysinfo/cloud/cloud_oci_api.go
90
42.76
-18.17% pkg/sysinfo/cloud/cloud.go
44
32.61
0.98% pkg/sysinfo/cloud/cloud_oci.go
27
7.2
-1.98% pkg/sysinfo/cloud/cloud_alibaba.go
27
55.92
-8.21% pkg/sysinfo/cloud/cloud_aws.go
27
9.45
-2.55% pkg/sysinfo/cloud/cloud_azure.go
27
26.4
-7.27% pkg/sysinfo/cloud/cloud_gcp.go
18
77.25
11.46% internal/plugins/common/cloud.go
8
2.63
-0.15% internal/plugins/linux/hostinfo.go
6
72.73
internal/plugins/common/labels.go
2
0.0
0.0% pkg/plugins/plugins_linux.go

Coverage Regressions

Lines Coverage ∆ File
1
74.82
-0.35% internal/httpapi/httpapi.go
Jobs
ID Job ID Ran Files Coverage
1 run-linux - 30242096782.1 27 Jul 2026 07:07AM UTC 341
53.14
GitHub Action Run
Source Files on build 30242096782
  • Tree
  • List 341
  • Changed 13
  • Source Changed 11
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30242096782
  • Pull Request #2295
  • PR Base - master (#30241144625)
  • Delete
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