-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsonar-project.properties
18 lines (17 loc) · 1.14 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# project_root/frontend/sonar-projects.properties
sonar.projectKey=swsnu_swpp2019-team19
# this is the name and version displayed in the SonarCloud UI.
sonar.projectName=swpp2019-team19
sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file.
# Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=frontend/src, backend/SNUBot/community, backend/SNUBot/rasa_eng
sonar.test=frontend/src, backend/SNUBot/community, backend/SNUBot/rasa_eng
# Encoding of the source code. Default is default system encoding.
sonar.cpd.exclusions=backend/SNUBot/rasa_eng/tests.py
#sonar.sourceEncoding=UTF-8
sonar.exclusions=frontend/src/index.js, frontend/src/serviceWorker.js, frontend/src/store/actions/actions/types.js, frontend/src/setupTests.js, *.css, backend/SNUBot/manage.py, backend/SNUBot/**/migrations/*, backend/SNUBot/SNUBot/*, backend/SNUBot/*, backend/SNUBot/uwsgi_params, backend/SNUBot/server_script.py
sonar.test.inclusions=frontend/src/**/*.test.js, backend/SNUBot/**/tests.py
sonar.javascript.lcov.reportPaths=frontend/coverage/lcov.info
sonar.python.coverage.reportPaths=backend/SNUBot/coverage.xml