Select Git revision
sonar-project.properties
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
sonar-project.properties 545 B
sonar.projectKey=astron_telescope-specification-models
sonar.organization=astr0n
sonar.sources=lib
sonar.tests=lib/__tests__
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.exclusions=src/__tests__/**/*
sonar.javascript.lcov.reportPaths=coverage/lcov.info
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=Telescope Specification Models
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
# Encoding of the source code.