-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Fix-14441] [Bug] [Alarm Instance Manage] Search result list error #14444
Conversation
alert-plugin-instances api, if no alert-plugin-instances, it will response an empty list, but not null
Codecov Report
@@ Coverage Diff @@
## dev #14444 +/- ##
============================================
- Coverage 38.55% 38.52% -0.03%
+ Complexity 4556 4553 -3
============================================
Files 1236 1236
Lines 43457 43457
Branches 4814 4815 +1
============================================
- Hits 16754 16742 -12
- Misses 24846 24861 +15
+ Partials 1857 1854 -3
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! |
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. Thanks.
alert-plugin-instances api, if no alert-plugin-instances, it will response an empty list, but not null Co-authored-by: ligen60 <ligen60@jd.com>
alert-plugin-instances api, if no alert-plugin-instances, it will response an empty list, but not null Co-authored-by: ligen60 <ligen60@jd.com>
fix #14441
alert-plugin-instances api, if no alert-plugin-instances, it will response an empty list, but not null