-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[ISSUE #4029] link part #4591
[ISSUE #4029] link part #4591
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4591 +/- ##
============================================
- Coverage 69.39% 69.17% -0.22%
+ Complexity 7830 7822 -8
============================================
Files 1037 1037
Lines 29816 29901 +85
Branches 2725 2726 +1
============================================
- Hits 20691 20685 -6
- Misses 7499 7595 +96
+ Partials 1626 1621 -5
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
tagRelationMapper.deleteByApiId(apiDO.getId()); | ||
tagRelationMapper.batchInsert(tags); | ||
} | ||
if (ApiStateEnum.PUBLISHED.getState() == apiDO.getState()) { |
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.
used Objects.equals
add state is @NotNull
Make sure that:
./mvnw clean install -Dmaven.javadoc.skip=true
.