latest: Pulling from thomas.bellembois/codefirst-dronesonarplugin-dotnet6 Digest: sha256:2f553eacf18ef97f404592f5ea903b6c6b3f2bd33749123ba2a79dfce00ed615 Status: Image is up to date for hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6:latest + cd cat_cafe/ + dotnet restore cat_cafe.sln Determining projects to restore... Restored /drone/src/cat_cafe/cat_cafe.csproj (in 5.54 sec). + dotnet sonarscanner begin /k:cat_cafe /d:sonar.host.url=${PLUGIN_SONAR_HOST} /d:sonar.coverageReportPaths="coveragereport/SonarQube.xml" /d:sonar.coverage.exclusions="Tests/**" /d:sonar.login=${PLUGIN_SONAR_TOKEN} SonarScanner for MSBuild 5.8 Using the .NET Core version of the Scanner for MSBuild Pre-processing started. Preparing working directories... 13:59:39.899 Updating build integration targets... 13:59:40.075 Fetching analysis configuration settings... 13:59:40.338 Provisioning analyzer assemblies for cs... 13:59:40.339 Installing required Roslyn analyzers... 13:59:40.548 Provisioning analyzer assemblies for vbnet... 13:59:40.548 Installing required Roslyn analyzers... 13:59:40.578 Pre-processing succeeded. + dotnet build cat_cafe.sln -c Release --no-restore MSBuild version 17.3.1+2badb37d1 for .NET cat_cafe -> /drone/src/cat_cafe/bin/Release/net6.0/cat_cafe.dll Sonar: (cat_cafe.csproj) Project processed successfully Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:03.49 + dotnet test cat_cafe.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage" + reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport" 2023-01-07T13:59:44: Arguments 2023-01-07T13:59:44: -reports:**/coverage.cobertura.xml 2023-01-07T13:59:44: -reporttypes:SonarQube 2023-01-07T13:59:44: -targetdir:coveragereport 2023-01-07T13:59:44: The report file pattern '**/coverage.cobertura.xml' found no matching files. 2023-01-07T13:59:44: No report files specified.