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

radio-t / super-bot / 23658325788
75%

Build:
DEFAULT BRANCH: master
Ran 27 Mar 2026 05:10PM UTC
Jobs 1
Files 36
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

27 Mar 2026 05:09PM UTC coverage: 75.301% (+0.6%) from 74.728%
23658325788

push

github

web-flow
Add a simple stop-words bot (#155)

* Add a simple stop-words bot

It turned out to be quite different to integrate it with wtf bot, so it was worthwhile extracting into own thing.

* Linter

* Extend word list

* Fix Cyrillic word boundaries, prevent panic on empty responses

- Replace \b with Unicode-aware boundaries (?:^|[^\p{L}]) / (?:[^\p{L}]|$)
  since Go RE2 \b only matches ASCII word chars
- Skip categories with empty Responses slice to prevent rand.Int63n(0) panic
- Add Cyrillic matching tests and empty responses tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Update responses

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

84 of 85 new or added lines in 2 files covered. (98.82%)

2692 of 3575 relevant lines covered (75.3%)

54.53 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
0.0
0.0% app/main.go
Jobs
ID Job ID Ran Files Coverage
1 23658325788.1 27 Mar 2026 05:10PM UTC 36
75.3
GitHub Action Run
Source Files on build 23658325788
  • Tree
  • List 36
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 913f7c59 on github
  • Prev Build on master (#21940147893)
  • Next Build on master (#23702298400)
  • Delete
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