Skip to content

Commit 9d737ae

Browse files
Merge pull request #100 from basics/feature/sonarcloud
fix(sonarcloud): properties key
2 parents 73cdee3 + dc29aff commit 9d737ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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
6+
sonar.test.inclusions=**/*.test.js
77

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

0 commit comments

Comments
 (0)