nicklaw5 / helix

A Twitch Helix API client written in Go.
MIT License
240 stars 91 forks source link

feat: Support for update custom reward redemption status #186

Closed SaxyPandaBear closed 1 year ago

SaxyPandaBear commented 1 year ago

Thankful for the project, but it's missing this API that I need. I don't really know how to test it locally e2e so if you could explain that I can try it out. Otherwise, here you go. I just tried my best to follow the spec https://dev.twitch.tv/docs/api/reference/#update-redemption-status and the existing code/tests. Ran go test ./... -cover and it all passed.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4308849392


Changes Missing Coverage Covered Lines Changed/Added Lines %
channels_points.go 8 10 80.0%
<!-- Total: 8 10 80.0% -->
Files with Coverage Reduction New Missed Lines %
eventsub.go 3 88.46%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 4246067846: -0.08%
Covered Lines: 1555
Relevant Lines: 1671

💛 - Coveralls