Starting today a project of ours starting not to process opencover reports on a branch, even if it’s successfully parsed by the sonar scanner tool.
Sonar Scanner Logs:
INFO: Sensor C# Tests Coverage Report Import [csharp]
[688](MASKED#L688) WARN: Could not find any coverage report file matching the pattern './*/*.opencover.xml'.
[689](MASKED#L689) INFO: Parsing the OpenCover report [MASKED]\.\.\[MASKED]\coverage.opencover.xml
[690](MASKED#L690) INFO: Adding this code coverage report to the cache for later reuse: [MASKED]\.\.\[MASKED]\coverage.opencover.xml
[691](MASKED#L691) INFO: Parsing the OpenCover report [MASKED]\.\.\[MASKED].Tests\coverage.opencover.xml
[692](MASKED#L692) INFO: Adding this code coverage report to the cache for later reuse: [MASKED]\.\.\[MASKED].Tests\coverage.opencover.xml
[693](MASKED#L693) INFO: Sensor C# Tests Coverage Report Import [csharp] (done) | time=576ms
- The content of the xml files shows me that coverage exists
- Tried to rerun the gitlab pipeline which executes the scan -no success-
- Another project with the same scanner and setup (c# - opencover) runs good
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- Sonarqube Version: 8.2
I don’t know where to search for the issue