Skip to content

Commit 2d70748

Browse files
chore(test): Using sonarcloud.io
1 parent 51db3e0 commit 2d70748

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sonar-project.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
sonar.testExecutionReportPaths=reports/test-report.xml
2-
sonar.projectKey=com.kopaxgroup.module.bootstrap-styled.motion
3-
sonar.projectName=com.kopaxgroup.module.bootstrap-styled.motion
2+
sonar.projectKey=com.github.bootstrap-styled.motion
3+
sonar.projectName=com.github.bootstrap-styled.motion
44
sonar.sources=src
55
sonar.exclusions=/src/**/tests/*.test.js
66
sonar.test.exclusions=/src/**/tests/*.test.js
77
sonar.dynamicAnalysis=reuseReports
88
sonar.javascript.jstest.reportsPath=coverage
99
sonar.javascript.lcov.reportPaths=coverage/lcov.info
10+
sonar.organization=bootstrap-styled

0 commit comments

Comments
 (0)