Hey there.
- You can set coverage exclusions in the SonarCloud UI.
- You can also add
sonar.coverage.exclusions
as an analysis parameter added to your scanner command - or set per-project analysis parameters in a
.csproj
file.
Hey there.
sonar.coverage.exclusions
as an analysis parameter added to your scanner command
.csproj
file.