-
Notifications
You must be signed in to change notification settings - Fork 75
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 team creation #1402
Conversation
openbas-model/src/main/java/io/openbas/database/repository/TeamRepository.java
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1402 +/- ##
============================================
+ Coverage 30.12% 30.67% +0.54%
- Complexity 1356 1381 +25
============================================
Files 523 524 +1
Lines 13654 13677 +23
Branches 806 807 +1
============================================
+ Hits 4113 4195 +82
+ Misses 9347 9291 -56
+ Partials 194 191 -3 ☔ View full report in Codecov by Sentry. |
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.
Tested ok
Related issues