Fix the "valid.xml" OpenCover test case #4038
Labels
Area: SQ Plugin
Java plugin related issues.
Type: Tests
Add or modify individual UTs, ITs and Peach, not framework
The current test case for a valid OpenCover report ("valid.xml") creates noise when being parsed.
This should not happen for valid XML. We should regenerate this test case. But bear in mind the OpenCover versioning. We need to use also an older open cover format which doesn't have the "fileid" in the
SequencePoint
attribute. Otherwise, we'll lose coverage.Alternatively, we can decide to drop this "RefFile" UID fallback feature - must investigate in which OpenCover version it got dropped (if in any).
The text was updated successfully, but these errors were encountered: