-
Notifications
You must be signed in to change notification settings - Fork 90
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]Test teams creation/update (#1491) #2149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/1.11.0 #2149 +/- ##
====================================================
+ Coverage 36.56% 36.86% +0.30%
- Complexity 1505 1526 +21
====================================================
Files 546 546
Lines 16630 16630
Branches 1061 1061
====================================================
+ Hits 6080 6131 +51
+ Misses 10241 10183 -58
- Partials 309 316 +7 ☔ View full report in Codecov by Sentry. |
Can you take care of upsertTeam as well ? thx |
@@ -2,25 +2,32 @@ | |||
|
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.
Can't comment on the correct lines: good to inherit from our IntegrationTests
class to benefit from free annotations (further consolidating common behaviour in e2e endpoint tests)
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.
Make TeamApiTests @Transactional
too? And remove cleanup calls.
Ready for a second round :) |
15fc9ae
to
e2f88da
Compare
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.
lgtm
#1491