-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
Add test for BaselineHandler #2462
Conversation
@@ -6,5 +6,6 @@ | |||
</Blacklist> | |||
<Whitelist> | |||
<ID>FeatureEnvy:Signature</ID> | |||
<ID></ID> |
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.
It does, but should it? Allowing this seems like a way to allow noise in our baselines.
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.
Agree, it does not add any value, can we throw an error("")
for this?
The BaselineHandler xml parser should handle empty ID entries.
* Move invalid XML ID tag to own file * Make BaselineHandler visibility internal
Codecov Report
@@ Coverage Diff @@
## master #2462 +/- ##
============================================
+ Coverage 83.24% 83.29% +0.04%
- Complexity 2183 2186 +3
============================================
Files 359 359
Lines 6208 6208
Branches 1139 1139
============================================
+ Hits 5168 5171 +3
+ Misses 465 464 -1
+ Partials 575 573 -2
Continue to review full report at Codecov.
|
The BaselineHandler xml parser should handle empty ID entries.