forked from dbelmont/ExpressionBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SonarQube.Analysis.xml
15 lines (14 loc) · 1.09 KB
/
SonarQube.Analysis.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8" ?>
<SonarQubeAnalysisProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/integration/2015/1">
<Property Name="sonar.host.url">https://sonarcloud.io</Property>
<Property Name="sonar.login">4d68795f2bca889c58c1375aa0ce44e8dbdb49bc</Property>
<Property Name="sonar.projectKey">expressionbuilder</Property>
<Property Name="sonar.projectName">ExpressionBuilder</Property>
<Property Name="sonar.projectVersion">2.0.1</Property>
<Property Name="sonar.exclusions">ExpressionBuilder.Test*/**,ExpressionBuilder.WinForms/**</Property>
<Property Name="sonar.coverage.exclusions">ExpressionBuilder.WinForms/**</Property>
<Property Name="sonar.dotnet.visualstudio.testProjectPattern">*.Test,*.WinForms</Property>
<Property Name="sonar.pullrequest.provider">GitHub</Property>
<Property Name="sonar.cs.dotcover.reportsPaths">CoverageAnalysis\TestsCoverage.html</Property>
<Property Name="sonar.cs.nunit.reportsPaths">TestResult.xml</Property>
</SonarQubeAnalysisProperties>