Hello there
After digging the complete posts, I couldn’t find any answer to this below import coverage failure.
2021-10-15T00:02:43.8585442Z 13:02:43.854 INFO: Sensor C# Tests Coverage Report Import [csharp]
2021-10-15T00:02:43.8586070Z 13:02:43.854 DEBUG: Analyzing coverage with wildcardPatternFileProvider with base dir ‘E:\agent1_work\4.’ and file separator ‘’.
2021-10-15T00:02:43.8586831Z 13:02:43.854 DEBUG: Pattern matcher extracted prefix/absolute path ‘E:\agent1_work_temp’ from the given pattern ‘E:\agent1_work_temp***.coverage’.
2021-10-15T00:02:43.8590221Z 13:02:43.854 DEBUG: Gathering files for wildcardPattern ‘***.coverage’.
2021-10-15T00:02:43.8734558Z 13:02:43.864 DEBUG: Pattern matcher returns ‘2’ files.
2021-10-15T00:02:43.8734962Z 13:02:43.864 DEBUG: The current user dir is ‘E:\agent1_work\4’.
2021-10-15T00:02:43.8735559Z 13:02:43.864 INFO: Parsing the Visual Studio coverage XML report E:\agent1_work_temp\TestResults\36733ed4-51c2-40d0-b52d-14356e1d10ef\result.coverage
2021-10-15T00:02:43.9589861Z 13:02:43.944 WARN: Unable to get next XML event while parsing file ‘E:\agent1_work_temp\TestResults\36733ed4-51c2-40d0-b52d-14356e1d10ef\resutl.coverage’
2021-10-15T00:02:43.9592554Z 13:02:43.949 WARN: Could not import coverage report ‘E:\agent1_work_temp\TestResults\36733ed4-51c2-40d0-b52d-14356e1d10ef\result.coverage’ because ‘Error while parsing the XML file: E:\agent1_work_temp\TestResults\36733ed4-51c2-40d0-b52d-14356e1d10ef\result.coverage’. Troubleshooting guide: [Coverage] Troubleshooting guide for .NET code coverage import
2021-10-15T00:02:43.9594307Z 13:02:43.949 DEBUG: The current user dir is ‘E:\agent1_work\4’.
2021-10-15T00:02:43.9595207Z 13:02:43.949 INFO: Parsing the Visual Studio coverage XML report E:\agent1_work_temp\TestResults\build-machine$_build-machine_2021-10-15_12_52_54\In\build-machine\result.coverage
2021-10-15T00:02:43.9603150Z 13:02:43.949 WARN: Unable to get next XML event while parsing file ‘E:\agent1_work_temp\TestResults\build-machine$_build-machine_2021-10-15_12_52_54\In\build-machine\result.coverage’
2021-10-15T00:02:43.9605031Z 13:02:43.949 WARN: Could not import coverage report ‘E:\agent1_work_temp\TestResults\build-machine$_build-machine_2021-10-15_12_52_54\In\build-machine\result.coverage’ because ‘Error while parsing the XML file: E:\agent1_work_temp\TestResults\build-machine$_build-machine_2021-10-15_12_52_54\In\build-machine\result.coverage’. Troubleshooting guide: [Coverage] Troubleshooting guide for .NET code coverage import
Thanks in advance.
Cheers!