You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update sensors so they are executed only when the related property is defined.
For example test sensors should be activated only when one of the following property is set (see here): /d:sonar.cs.vstest.reportsPaths= /d:sonar.cs.nunit.reportsPaths= /d:sonar.cs.xunit.reportsPaths=
Same behavior for the code coverage sensor (see here): /d:sonar.cs.vscoveragexml.reportsPaths= /d:sonar.cs.dotcover.reportsPaths= /d:sonar.cs.opencover.reportsPaths= /d:sonar.cs.ncover3.reportsPaths=
The text was updated successfully, but these errors were encountered:
This is currently impossible to solve this ticket because it is not possible to provide a list of possible arguments to look for to be executed. We need to wait for this ticket (SONAR-8546) to be fixed first.
Update sensors so they are executed only when the related property is defined.
For example test sensors should be activated only when one of the following property is set (see here):
/d:sonar.cs.vstest.reportsPaths=
/d:sonar.cs.nunit.reportsPaths=
/d:sonar.cs.xunit.reportsPaths=
Same behavior for the code coverage sensor (see here):
/d:sonar.cs.vscoveragexml.reportsPaths=
/d:sonar.cs.dotcover.reportsPaths=
/d:sonar.cs.opencover.reportsPaths=
/d:sonar.cs.ncover3.reportsPaths=
The text was updated successfully, but these errors were encountered: