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

mindersec / minder / 24192866057
59%

Build:
DEFAULT BRANCH: main
Ran 09 Apr 2026 01:39PM UTC
Jobs 1
Files 342
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

09 Apr 2026 01:29PM UTC coverage: 58.609% (+0.007%) from 58.602%
24192866057

push

github

web-flow
fix: prevent nil pointer panic and error masking in GitHub provider check runs (#6312)

* Fix nil resp dereference and error masking in GitHub provider

Guard against nil resp before accessing resp.StatusCode in ListHooks,
StartCheckRun, and UpdateCheckRun. Without this, network-level errors
(DNS, TCP timeout, TLS) that return err with nil resp cause a nil
pointer dereference panic.

Also fix StartCheckRun error masking: non-403 errors were incorrectly
returned as ErroNoCheckPermissions, hiding the real failure cause.
Now only 403 returns the permissions error; all other errors are
returned with proper context wrapping.

Fixes #6311

* fix: drain and close resp.Body on 429 retry with gosec-compliant error handling

Include the response body leak fix from issue #6288 with proper
error handling to satisfy gosec G104 lint rule. Return values from
io.Copy and resp.Body.Close are explicitly discarded using blank
identifiers since errors from draining a rate-limit response body
are non-actionable.

7 of 8 new or added lines in 2 files covered. (87.5%)

19351 of 33017 relevant lines covered (58.61%)

36.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
64.14
0.31% internal/providers/github/common.go
Jobs
ID Job ID Ran Files Coverage
1 24192866057.1 09 Apr 2026 01:39PM UTC 342
58.61
GitHub Action Run
Source Files on build 24192866057
  • Tree
  • List 342
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24192866057
  • 347c5009 on github
  • Prev Build on main (#24159354206)
  • Next Build on main (#24198406911)
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