drwharris
(Andrew Harris)
November 15, 2023, 12:23am
1
ASP.NET API, Blazor front end Mono repo in GitHub
We have Analysis all setup finally and I have now setup a separate step to get coverage using dotCover but I get this message at the end of the process:
09:39:59.692 WARN: The Code Coverage report doesn’t contain any coverage data for the included files. Troubleshooting guide: [Coverage] Troubleshooting guide for .NET code coverage import
I have read through the guide but nothing has helped.
Logs attached
logs_183544-CodeCoverage.zip (1.1 MB)
ganncamp
(G Ann Campbell)
November 17, 2023, 4:54pm
2
Hi,
Looking at your expanded zip, I see this:
It seems that you generate the coverage report… after analysis runs?
Ann
drwharris
(Andrew Harris)
November 22, 2023, 12:21am
3
G Ann Campbell:
after analysis runs
Why is this an issue? The reason I have done that is that the Analysis requires building the solution which take a few minutes. I am doing it after so that I dont have to do a build again.
drwharris
(Andrew Harris)
November 27, 2023, 10:45am
4
So, the main issue is related to this Scanner should not require a ProjectGuid · Issue #659 · SonarSource/sonar-scanner-msbuild · GitHub
All projects were reporting this issue and by adding the ProjectGuid I now get output.
1 Like
system
(system)
Closed
December 4, 2023, 10:46am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.