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

gempir / go-twitch-irc
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: copilot/fix-panic-in-parsebadges
DEFAULT BRANCH: master
Repo Added 22 Sep 2017 03:04PM UTC
Files 5
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 copilot/fix-panic-in-parsebadges
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.1.0
  • 0.10
  • 0.11
  • 0.12
  • 0.13
  • 0.14
  • 0.15
  • 0.16
  • 0.17
  • 0.18
  • 0.19
  • 0.2.0
  • 0.20
  • 0.21
  • 0.22
  • 0.3
  • 0.3.1
  • 0.3.2
  • 0.3.3
  • 0.3.4
  • 0.5.0
  • 0.5.1
  • 0.6
  • 0.7
  • 0.8
  • 0.9
  • 1.0.0
  • 1.0.1
  • 1.1.0
  • 2.0.0
  • 2.0.1
  • 2.1.0
  • add-global-clearchat
  • add-on-connected-callback
  • add-test-to-23rd
  • asyncjoin
  • benchmark
  • benchmark-2
  • benchmark-3
  • benchmark-5
  • benchmark-6
  • benchmark-7
  • bulk-joins
  • cap
  • chore/ci-update-linter
  • chore/fix-test-race-condition
  • chore/update-go-versions
  • ci/github-actions
  • command-removal
  • copilot/fix-panic-in-parsebadges
  • deefdragon-ratelimits
  • dev
  • double-check-emote-data-sent-from-twitch
  • feature/anonymous-constructor
  • fix-clearchat-parsing
  • fix-readme-typo
  • fix-roomstate-channel
  • fix/failed-login-new-message
  • fix/panic-parsing-emotes
  • gempir-patch-1
  • globaluserstate
  • handle-names
  • keepalive
  • main
  • master
  • outofbounds
  • outofbounds-suggestions
  • pajlada-attempt-to-fix-coverage
  • pajlada-change-oauth
  • pajlada-comment-unset-message-type
  • pajlada-consolidate-all-callbacks-into-taking-single-arguments
  • pajlada-default-messagetype-to-unset
  • pajlada-dev
  • pajlada-error-on-bad-oauth
  • pajlada-experimental-code-generation
  • pajlada-fix-action-parsing
  • pajlada-fix-spelling-mistake
  • pajlada-handle-invalid-nick
  • pajlada-handle-notice
  • pajlada-handle-reconnect
  • pajlada-implement-ping
  • pajlada-lint
  • pajlada-move-tatombool-to-own-file-and-add-tests-to-it
  • pajlada-overhaul-connection-management
  • pajlada-reformat-helpers
  • pajlada-rejoin-properly
  • pajlada-rename-callbacks
  • pajlada-treat-more-messages-like-real-messages
  • pajlada/disable-lll-linter
  • pajlada/document-connection-cycle
  • pajlada/fix-tests
  • pajlada/make-caps-modifiable
  • ping
  • race
  • ratelimit
  • ratelimit-obo
  • ratelimits
  • refs/tags/v2.3.0
  • refs/tags/v2.3.1
  • refs/tags/v2.4.0
  • refs/tags/v2.4.1
  • refs/tags/v2.4.2
  • refs/tags/v2.5.0
  • refs/tags/v2.6.0
  • refs/tags/v2.7.0
  • refs/tags/v2.8.0
  • refs/tags/v2.8.1
  • refs/tags/v2.8.2-beta.1
  • refs/tags/v3.0.0
  • refs/tags/v3.0.0-beta.1
  • refs/tags/v3.0.0-beta.2
  • refs/tags/v3.1.0
  • refs/tags/v3.2.0
  • refs/tags/v3.3.0
  • refs/tags/v4.0.0
  • revert-ping
  • shared-chat
  • simplify-test-cases
  • tcp
  • test
  • test/ensure-connection-stability
  • time-parsing
  • update-minimum-go-version
  • upgrade-ci
  • v2.1.1
  • v2.2.0
  • v2.2.1
  • v2.2.2
  • v3
  • whisper

11 Dec 2025 06:59AM UTC coverage: 98.085%. First build
20124744610

Pull #211

github

gempir
formatters
Pull Request #211: Fix panic in parseBadges when parsing shared chat messages with empty source-badges

3 of 4 new or added lines in 2 files covered. (75.0%)

1178 of 1201 relevant lines covered (98.08%)

2.18 hits per line

Relevant lines Covered
Build:
Build:
1201 RELEVANT LINES 1178 COVERED LINES
2.18 HITS PER LINE
Source Files on master
  • Tree
  • List 5
  • 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
20124744610 copilot/fix-panic-in-parsebadges formatters Pull #211 11 Dec 2025 07:00AM UTC gempir github
98.08
20124648968 copilot/fix-panic-in-parsebadges upgrade golangci-lint and fix issues Pull #211 11 Dec 2025 06:55AM UTC gempir github
98.08
20124480694 copilot/fix-panic-in-parsebadges upgrade golang ci lint Pull #211 11 Dec 2025 06:46AM UTC gempir github
98.08
20124414587 copilot/fix-panic-in-parsebadges upgrade version Pull #211 11 Dec 2025 06:43AM UTC gempir github
98.08
20124285551 copilot/fix-panic-in-parsebadges Add golangci-lint exclusion for typecheck import errors Exclude typecheck errors caused by Go version mismatches in build cache. This is a pre-existing infrastructure issue unrelated to the PR changes. Co-authored-by: gempir <9765622+gempir@user... Pull #211 11 Dec 2025 06:38AM UTC Copilot github
98.08
20124285554 copilot/fix-panic-in-parsebadges Add golangci-lint exclusion for typecheck import errors Exclude typecheck errors caused by Go version mismatches in build cache. This is a pre-existing infrastructure issue unrelated to the PR changes. Co-authored-by: gempir <9765622+gempir@user... Pull #211 11 Dec 2025 06:38AM UTC Copilot github
98.08
20124059441 copilot/fix-panic-in-parsebadges Fix golangci-lint config: replace deprecated check-shadowing with shadow analyzer The check-shadowing option in govet linters-settings is deprecated in golangci-lint v1.61. Replace it with the newer 'enable: [shadow]' syntax to fix the CI lint fa... Pull #211 11 Dec 2025 06:28AM UTC Copilot github
98.08
20124059373 copilot/fix-panic-in-parsebadges Fix golangci-lint config: replace deprecated check-shadowing with shadow analyzer The check-shadowing option in govet linters-settings is deprecated in golangci-lint v1.61. Replace it with the newer 'enable: [shadow]' syntax to fix the CI lint fa... Pull #211 11 Dec 2025 06:28AM UTC Copilot github
98.08
20123807749 copilot/fix-panic-in-parsebadges Fix panic in parseBadges when rawBadges is empty string Add guard check to return early when rawBadges is empty, preventing index out of range panic on shared chat messages with no source badges. Add comprehensive tests to verify the fix. Co-aut... Pull #211 11 Dec 2025 06:20AM UTC Copilot github
98.08
20123807756 copilot/fix-panic-in-parsebadges Fix panic in parseBadges when rawBadges is empty string Add guard check to return early when rawBadges is empty, preventing index out of range panic on shared chat messages with no source badges. Add comprehensive tests to verify the fix. Co-aut... Pull #211 11 Dec 2025 06:20AM UTC Copilot github
98.08
See All Builds (596)
  • 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