-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1532 Do not allow words that are digits #1583
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fine.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1583 +/- ##
============================================
+ Coverage 13.78% 13.96% +0.18%
- Complexity 454 459 +5
============================================
Files 257 257
Lines 8503 8512 +9
Branches 881 884 +3
============================================
+ Hits 1172 1189 +17
+ Misses 7279 7271 -8
Partials 52 52 ☔ View full report in Codecov by Sentry. |
src/main/java/ai/elimu/web/content/word/WordCreateController.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a suggestion to change how the validation works.
src/test/java/ai/elimu/web/content/word/WordCreateControllerTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"10th" should be accepted as a word.
src/test/java/ai/elimu/web/content/word/WordCreateControllerTest.java
Outdated
Show resolved
Hide resolved
# Conflicts: # src/main/java/ai/elimu/web/content/word/WordCreateController.java # src/test/java/ai/elimu/web/content/word/WordCreateControllerTest.java
…ds_that_are_digits
No description provided.