Skip to content
Snippets Groups Projects
Select Git revision
  • ab5651ff2eee34e4c06f9b57e93a1619ffd1bccd
  • main default protected
2 results

sonar-project.properties

Blame
  • 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.