Skip to content

Commit 6fdf474

Browse files
authored
Fix sonar metrics (jhipster#712)
1 parent 36eb44c commit 6fdf474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generators/server/templates/dotnetcore/SonarQube.Analysis.xml.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<Property Name="sonar.cs.opencover.reportsPaths">**/coverage.opencover.xml</Property>
66
<Property Name="sonar.coverage.exclusions">**Test*.cs</Property>
77
<Property Name="sonar.sourceEncoding">UTF-8</Property>
8+
<Property Name="sonar.test.inclusions">**.spec.ts</Property>
89
</SonarQubeAnalysisProperties>

0 commit comments

Comments
 (0)