Skip to content

fix(commands): fixes for docs slash command#408

Merged
ReenigneArcher merged 1 commit intomasterfrom
fix/commands/fixes-for-docs-slash-command
May 22, 2025
Merged

fix(commands): fixes for docs slash command#408
ReenigneArcher merged 1 commit intomasterfrom
fix/commands/fixes-for-docs-slash-command

Conversation

@ReenigneArcher
Copy link
Member

Description

The docs slash command is failing for a few reasons.

  1. Multiple readthedocs projects may use the same source git repository
  2. Discord does not allow more than 25 entries in a drop down list

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

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented May 22, 2025

Codecov Report

Attention: Patch coverage is 60.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 60.36%. Comparing base (41ec5fe) to head (4b26405).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/discord_bot/views.py 60.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #408      +/-   ##
==========================================
+ Coverage   60.20%   60.36%   +0.15%     
==========================================
  Files          21       21              
  Lines        1151     1163      +12     
==========================================
+ Hits          693      702       +9     
- Misses        458      461       +3     
Files with missing lines Coverage Δ
src/discord_bot/views.py 37.30% <60.00%> (+3.96%) ⬆️

@ReenigneArcher ReenigneArcher merged commit f26a6fc into master May 22, 2025
14 of 15 checks passed
@ReenigneArcher ReenigneArcher deleted the fix/commands/fixes-for-docs-slash-command branch May 22, 2025 01:51
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