refactor(bots): rename discord and reddit bots #400
Merged
Codecov / codecov/project
succeeded
May 11, 2025 in 1s
69.20% (+0.18%) compared to 9c18103
View this Pull Request on Codecov
69.20% (+0.18%) compared to 9c18103
Details
Codecov Report
Attention: Patch coverage is 80.00000% with 3 lines in your changes missing coverage. Please review.
Project coverage is 69.20%. Comparing base (
9c18103) to head (b6b35d6).
✅ All tests successful. No failed tests found.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/__main__.py | 0.00% | 2 Missing |
| src/discord_bot/views.py | 66.66% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #400 +/- ##
==========================================
+ Coverage 69.02% 69.20% +0.18%
==========================================
Files 21 21
Lines 1104 1104
==========================================
+ Hits 762 764 +2
+ Misses 342 340 -2 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/discord_bot/bot.py | 88.88% <100.00%> (ø) |
|
| src/discord_bot/cogs/base_commands.py | 32.00% <100.00%> (ø) |
|
| src/discord_bot/cogs/fun_commands.py | 42.10% <100.00%> (ø) |
|
| src/discord_bot/cogs/github_commands.py | 39.53% <ø> (ø) |
|
| src/discord_bot/cogs/moderator_commands.py | 27.53% <ø> (ø) |
|
| src/discord_bot/cogs/support_commands.py | 83.13% <100.00%> (ø) |
|
| src/discord_bot/cogs_common.py | 100.00% <ø> (ø) |
|
| src/discord_bot/helpers.py | 100.00% <ø> (ø) |
|
| src/discord_bot/modals.py | 33.33% <ø> (ø) |
|
| src/discord_bot/tasks.py | 87.85% <100.00%> (ø) |
|
| ... and 3 more |
Loading