I know this issue has been discussed already , but nothing is working for me
I am trying to exclude the project from code coverage analysis.
I have tried the ways I found here but nothing is working for me
I tried sonar.coverage.exclusion and setting its value from .csproj, but it is not working for me
I have also tried using /p:Exclude thing in cmd file
this same thing is working on my local but not on server
Can anyone help me in this