SonarSource / sonar-dotnet

Code analyzer for C# and VB.NET projects
https://redirect.sonarsource.com/plugins/csharp.html
GNU Lesser General Public License v3.0
774 stars 226 forks source link

Improve coverage statistics logging #3832

Open andrei-epure-sonarsource opened 3 years ago

andrei-epure-sonarsource commented 3 years ago

We currently (8.15) print statistics about the code coverage import:

2020-12-10T16:56:42.8117691Z INFO: Coverage Report Statistics: 923 files, 923 main files, 923 main files with coverage, 0 test files, 0 project excluded files, 0 other language files.

Another nice to have is to improve the statistics:

andrei-epure-sonarsource commented 3 years ago

Also make sure the paths from the logs use the OS File.Separator (see this comment)