-
Notifications
You must be signed in to change notification settings - Fork 83
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
[backend/frontend] Fix import #1069
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1069 +/- ##
============================================
+ Coverage 25.60% 26.67% +1.06%
- Complexity 1014 1046 +32
============================================
Files 464 464
Lines 10877 10996 +119
Branches 532 562 +30
============================================
+ Hits 2785 2933 +148
+ Misses 8026 7978 -48
- Partials 66 85 +19 ☔ View full report in Codecov by Sentry. |
Probleme de Prod_2024-06-13T14_32_02.159342300Z_(with_teams & with_players & with_variable_values).zip |
Optional<Tag> findByName(@NotNull String name); | ||
@NotNull | ||
Optional<Tag> findByName(@NotNull final String name); | ||
|
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.
Maybe we could also add an ignoreCase here? Do we have a unique constraint on this column?
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.
It's fixed, and it revealed another bug. |
Related issues