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

optimizely / go-sdk / 19347570472
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: mpirnovar-fix-activate-endpoint-holdouts
DEFAULT BRANCH: master
Ran 13 Nov 2025 10:19PM UTC
Jobs 1
Files 83
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

13 Nov 2025 10:17PM UTC coverage: 90.522% (-1.3%) from 91.854%
19347570472

Pull #422

github

Mat001
fix: resolve range variable address bug in holdout loop (CWE-118)

- Changed loop from 'for _, holdout := range holdouts' to 'for i := range holdouts'
- Created proper pointer 'holdout := &holdouts[i]' to avoid address-of-iteration-variable issue
- This fixes the security warning where all iterations would point to the same memory location
- All tests passing

Resolves Prisma Cloud security scan: Incorrect access of indexable resource
Pull Request #422: [FSSDK-11552] Add holdout support and refactor decision logic

9 of 97 new or added lines in 3 files covered. (9.28%)

4 existing lines in 1 file now uncovered.

5444 of 6014 relevant lines covered (90.52%)

7881.28 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
96.74
-1.83% pkg/config/datafileprojectconfig/config.go
84
8.7
pkg/decision/holdout_service.go

Uncovered Existing Lines

Lines Coverage ∆ File
4
96.74
-1.83% pkg/config/datafileprojectconfig/config.go
Jobs
ID Job ID Ran Files Coverage
1 19347570472.1 13 Nov 2025 10:19PM UTC 83
90.52
GitHub Action Run
Source Files on build 19347570472
  • Tree
  • List 83
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #422
  • PR Base - master (#19047163689)
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