mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-13 07:03:24 -05:00
14 lines
489 B
Properties
14 lines
489 B
Properties
sonar.projectKey=elnormous_HTTPRequest
|
|
sonar.organization=elnormous-github
|
|
|
|
# This is the name and version displayed in the SonarCloud UI.
|
|
#sonar.projectName=HTTPRequest
|
|
#sonar.projectVersion=1.0
|
|
|
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
|
sonar.sources=include,tests
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
#sonar.sourceEncoding=UTF-8
|
|
sonar.cfamily.build-wrapper-output=bw-output
|
|
sonar.cfamily.gcov.reportsPath=tests |