-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
bugfix: fix the problem that The incorrect configuration needs to be fixed #6204
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6204 +/- ##
============================================
- Coverage 49.03% 48.94% -0.10%
+ Complexity 4786 4776 -10
============================================
Files 915 915
Lines 31896 31896
Branches 3855 3855
============================================
- Hits 15641 15611 -30
- Misses 14699 14722 +23
- Partials 1556 1563 +7 |
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
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
The incorrect configuration needs to be fixed. fixed. #6203
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
fixes #6203
Ⅲ. Why don't you add test cases (unit test/integration test)?
it’s just a single configeration file modify
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews