Skip to content

Commit 60fd907

Browse files
fix(sonarcloud): declare test file pattern to properties
1 parent 0be9cb9 commit 60fd907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sonar.organization=basics
33

44
sonar.cpd.exclusions=./packages/**/*.test.js
55
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
6+
sonar.tests.inclusions=**/*.test.js
67

78
# This is the name and version displayed in the SonarCloud UI.
89
#sonar.projectName=rxjs-collection

0 commit comments

Comments
 (0)