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

Geoffery10 / Discord-Role-Manager / 29947658365
90%

Build:
DEFAULT BRANCH: main
Ran 22 Jul 2026 06:41PM UTC
Jobs 1
Files 26
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

22 Jul 2026 06:39PM UTC coverage: 80.908% (-0.03%) from 80.936%
29947658365

push

github

Geoffery10
Fix birthday drop in cold-cache guilds, remove-role log crash, and per-user debug spam

- check_birthday: filter members via the user_guilds table instead of
  guild.get_member(). get_member is cache-only, so any guild with a cold
  member cache (e.g. a newly-joined server) had every user filtered out
  and no birthday messages sent. The Canvas was hitting this in prod.
- check_user: drop the stray .encode('utf-8') on the remove_role success
  log call. log() then called str.replace on the bytes object, raising
  TypeError, which was caught and re-logged at HIGH severity for every
  non-birthday user with a configured birthday_role.
- check_birthday: collapse the per-user debug log into a single per-guild
  line, cutting log volume by orders of magnitude on multi-guild bots.
- tests/test_birthday: replace guild.get_member mocks with add_user_to_guild
  seeds so the membership filter is exercised against the real DB.

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

2157 of 2666 relevant lines covered (80.91%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29947658365.1 22 Jul 2026 06:41PM UTC 26
80.91
GitHub Action Run
Source Files on build 29947658365
  • Tree
  • List 26
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29947658365
  • 87ed24c4 on github
  • Prev Build on main (#27891283875)
  • Next Build on main (#29950204037)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc