[codex] harden Discord test coverage and smoke readiness#30
Open
havlli wants to merge 2 commits into
Open
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #30 +/- ##
=========================================
+ Coverage 98.0% 98.6% +0.6%
- Complexity 1043 1055 +12
=========================================
Files 116 116
Lines 2689 2689
Branches 102 102
=========================================
+ Hits 2633 2649 +16
+ Misses 56 40 -16 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
havlli
marked this pull request as ready for review
July 7, 2026 00:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
EventSignupResult.Outcome, including message edits for successful roster changes and ephemeral replies for blocked states.Verification
mise exec -- mvn -ntp -Dmaven.repo.local=.m2/repository -Dtest=EventSignupCommandTest,ScheduledTaskTest,GlobalCommandRegistrarTest testmise exec -- mvn -ntp -Dmaven.repo.local=.m2/repository testmise exec -- mvn -ntp -Dmaven.repo.local=.m2/repository -Dtest=NoUnitTests -Dsurefire.failIfNoSpecifiedTests=false -Dit.test=EventRepositoryIT verifymise exec -- mvn -ntp -Dmaven.repo.local=.m2/repository verifybash -n scripts/live-smoke-preflight.shscripts/live-smoke-preflight.shexpected local failure because.envis absent; Docker was reachable,.envremained ignored/untracked, and no secret values were printed.Notes
Live Discord smoke testing remains manual and blocked until a local
.env, bot token, and test server are ready.