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

nicklaw5 / helix
93%

Build:
DEFAULT BRANCH: main
Repo Added 11 Feb 2018 07:53PM UTC
Files 42
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: main
CHANGE BRANCH
x
Reset
  • main
  • ci
  • comments
  • copilot/add-auto-refresh-app-access-token
  • copilot/add-default-rate-limit-function
  • copilot/bugfix-helixclient-eventsub-error
  • copilot/fix-access-token-refresh-loop
  • copilot/fix-endpoint-errors-nil
  • copilot/implement-solution-for-issue-2
  • copilot/investigate-issue-221
  • copilot/update-ci-workflow-coveralls-error
  • copilot/update-go-version-support
  • dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.5.1
  • eventsub-chat-frag#232
  • feat/add-create-clips-title-and-duration
  • feat/jackmc/hype-train-event-sub-v2
  • fix/skip-html-response-decoding
  • go-117
  • patch-1
  • refs/tags/v1.21.0
  • refs/tags/v1.22.0
  • refs/tags/v1.23.0
  • refs/tags/v1.24.0
  • refs/tags/v1.24.1
  • refs/tags/v1.24.2
  • refs/tags/v1.24.3
  • refs/tags/v1.24.4
  • refs/tags/v1.25.0
  • refs/tags/v12.13.0
  • refs/tags/v2.0.0
  • refs/tags/v2.0.1
  • refs/tags/v2.1.0
  • refs/tags/v2.1.1
  • refs/tags/v2.10.0
  • refs/tags/v2.10.1
  • refs/tags/v2.11.0
  • refs/tags/v2.12.0
  • refs/tags/v2.13.0
  • refs/tags/v2.14.0
  • refs/tags/v2.15.0
  • refs/tags/v2.15.1
  • refs/tags/v2.16.0
  • refs/tags/v2.17.0
  • refs/tags/v2.18.0
  • refs/tags/v2.19.0
  • refs/tags/v2.2.0
  • refs/tags/v2.2.1
  • refs/tags/v2.20.0
  • refs/tags/v2.22.0
  • refs/tags/v2.22.1
  • refs/tags/v2.22.2
  • refs/tags/v2.23.0
  • refs/tags/v2.23.1
  • refs/tags/v2.24.0
  • refs/tags/v2.24.1
  • refs/tags/v2.25.0
  • refs/tags/v2.25.1
  • refs/tags/v2.25.2
  • refs/tags/v2.25.3
  • refs/tags/v2.26.0
  • refs/tags/v2.27.0
  • refs/tags/v2.28.0
  • refs/tags/v2.28.1
  • refs/tags/v2.28.2
  • refs/tags/v2.28.3
  • refs/tags/v2.29.0
  • refs/tags/v2.3.0
  • refs/tags/v2.3.1
  • refs/tags/v2.30.0
  • refs/tags/v2.31.0
  • refs/tags/v2.31.1
  • refs/tags/v2.32.0
  • refs/tags/v2.33.0
  • refs/tags/v2.34.0
  • refs/tags/v2.4.0
  • refs/tags/v2.5.0
  • refs/tags/v2.6.0
  • refs/tags/v2.7.0
  • refs/tags/v2.7.1
  • refs/tags/v2.7.2
  • refs/tags/v2.8.0
  • refs/tags/v2.9.0
  • schedule-fixes
  • setid
  • test
  • uprage-go-v119
  • v1
  • v3
  • version-two

13 Apr 2026 07:08PM UTC coverage: 92.79%. Remained the same
24361721626

push

github

web-flow
docs: update SUPPORTED_ENDPOINTS.md (#262)

Agent-Logs-Url: https://github.com/nicklaw5/helix/sessions/69961753-222d-41ab-98f5-c85a35e243a0

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nicklaw5 <7908386+nicklaw5@users.noreply.github.com>

1866 of 2011 relevant lines covered (92.79%)

6154.88 hits per line

Relevant lines Covered
Build:
Build:
2011 RELEVANT LINES 1866 COVERED LINES
6154.88 HITS PER LINE
Source Files on main
  • Tree
  • List 42
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24361721626 main docs: update SUPPORTED_ENDPOINTS.md (#262) Agent-Logs-Url: https://github.com/nicklaw5/helix/sessions/69961753-222d-41ab-98f5-c85a35e243a0 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nickla... push 13 Apr 2026 07:08PM UTC web-flow github
92.79
24361492210 main fix: recreate request body on token refresh retry (#261) * Initial plan * fix: recreate request body on retry when refreshing token Agent-Logs-Url: https://github.com/nicklaw5/helix/sessions/bf40f545-f55a-4c2d-b4e4-dfb72d636555 Co-authored-by:... push 13 Apr 2026 07:03PM UTC web-flow github
92.79
24313148069 main fix: Skip JSON decoding for responses with Content-Type: text/html (#260) * fix: skip JSON decoding for responses with Content-Type: text/html * fix: use mime.ParseMediaType for case-insensitive Content-Type check push 12 Apr 2026 06:15PM UTC web-flow github
92.84
24290359163 main feat: Add automatic App Access Token refresh on 401 Unauthorized (#258) * Initial plan * Add automatic App Access Token refresh on 401 Unauthorized Agent-Logs-Url: https://github.com/nicklaw5/helix/sessions/69a32bb2-844b-4dc4-b5ed-0e73c5e516f3 ... push 11 Apr 2026 07:56PM UTC web-flow github
92.83
24290219257 main fix: Resolve infinite token refresh loop on missing scope 401s (#257) * Initial plan * Fix infinite token refresh loop when scope is missing When a 401 response is due to missing scopes (e.g., "Missing scope: moderator:read:followers"), the tok... push 11 Apr 2026 07:49PM UTC web-flow github
93.05
24289995059 main feat: Add DefaultRateLimitFunc to reduce boilerplate for rate limiting (#255) * Initial plan * Add DefaultRateLimitFunc to helix package Agent-Logs-Url: https://github.com/nicklaw5/helix/sessions/b9345042-4ed8-400f-abee-737328680df3 Co-authore... push 11 Apr 2026 07:36PM UTC web-flow github
93.09
24289975378 main fix: Resolve Coveralls 422 by limiting coverage upload to first matrix job (#256) * Initial plan * ci: only upload coverage from first matrix entry to fix Coveralls 422 error Agent-Logs-Url: https://github.com/nicklaw5/helix/sessions/ba1ae24c-c... push 11 Apr 2026 07:35PM UTC web-flow github
93.04
24289577091 main fix: rename typo'd exported fields Offest→Offset and BroadcaserLogin→BroadcasterLogin (#254) Agent-Logs-Url: https://github.com/nicklaw5/helix/sessions/75ce9a9c-78fe-444b-bc88-20022ca21371 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilo... push 11 Apr 2026 07:13PM UTC web-flow github
93.04
24289089172 main feat: Add optional debug logging for HTTP requests and responses (#253) * feat: add DebugMode and Logger option for request/response logging (issue #2) Agent-Logs-Url: https://github.com/nicklaw5/helix/sessions/bca8991c-c397-41af-ac84-bed3e77529... push 11 Apr 2026 06:45PM UTC web-flow github
93.04
24288836468 main feat: Added `GetTeams` Method (#250) * feat: Added GetTeams push 11 Apr 2026 06:31PM UTC web-flow github
93.0
See All Builds (702)
  • Repo on GitHub
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