Skip to content

Commit d62af7c

Browse files
authored
Merge pull request #398 from billchurch/feat/post-auth
chore: update sonar properties
2 parents 39cc355 + 31d0cee commit d62af7c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sonar-project.properties

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SonarQube Configuration for WebSSH2
2+
3+
# Project Information
4+
sonar.projectKey=webssh2
5+
sonar.projectName=WebSSH2
6+
sonar.projectVersion=1.0
7+
8+
# Source and Test Configuration
9+
sonar.sources=app,index.js
10+
sonar.tests=tests
11+
sonar.test.inclusions=tests/**/*.js,tests/**/*.test.js,**/*.spec.js
12+
13+
# Coverage and Analysis
14+
sonar.javascript.lcov.reportPaths=coverage/lcov.info
15+
sonar.testExecutionReportPaths=coverage/test-reporter.xml
16+
17+
# Exclusions
18+
sonar.exclusions=node_modules/**,coverage/**,client/public/**,*.md,*.json,tests/servers/**
19+
20+
# Language Configuration
21+
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)