Skip to content

refactor(bots): rename discord and reddit bots#400

Merged
ReenigneArcher merged 1 commit intomasterfrom
refactor/bots/rename-discord-and-reddit-bots
May 11, 2025
Merged

refactor(bots): rename discord and reddit bots#400
ReenigneArcher merged 1 commit intomasterfrom
refactor/bots/rename-discord-and-reddit-bots

Conversation

@ReenigneArcher
Copy link
Member

Description

src/discord was renamed to src/discord_bot and src/reddit was renamed to src/reddit_bot. This change was made to avoid confusion in the IDE where it couldn't properly find references, even though all the code was working properly.

Screenshot

Issues Fixed or Closed

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

@codecov
Copy link

codecov bot commented May 11, 2025

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).
Report is 1 commits behind head on master.

✅ 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

@ReenigneArcher ReenigneArcher force-pushed the refactor/bots/rename-discord-and-reddit-bots branch from d693b34 to b6b35d6 Compare May 11, 2025 14:00
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
8 New issues
8 New Code Smells (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@ReenigneArcher ReenigneArcher merged commit 77db212 into master May 11, 2025
14 of 15 checks passed
@ReenigneArcher ReenigneArcher deleted the refactor/bots/rename-discord-and-reddit-bots branch May 11, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant