-
Notifications
You must be signed in to change notification settings - Fork 8.9k
test: add UT for dm module #7709
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
Conversation
|
@YvCeung PTAL |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 2.x #7709 +/- ##
============================================
+ Coverage 61.41% 61.70% +0.28%
- Complexity 682 684 +2
============================================
Files 1324 1324
Lines 50047 50046 -1
Branches 5910 5910
============================================
+ Hits 30738 30879 +141
+ Misses 16531 16377 -154
- Partials 2778 2790 +12
🚀 New features to boost your workflow:
|
Please turn off pr first and then turn it on again to ensure the successful execution of ci |
|
@maple525866 Could you add some unit tests? Thanks |
OK, please wait. |
|
LGTM |
Ⅰ. Describe what this PR did
Since the author of PR No. 7643 did not respond for a long time, we merged his code first. This PR is used to ensure the code format is consistent with the registered PR.
also,I add UT for dm module to increase test coverage
Ⅱ. Does this pull request fix one issue?
fixes #7642
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
mvn clean test
Ⅴ. Special notes for reviews