inspec/sonar-project.properties
Vasundhara Jagdale 129d21be3a
Exclude test files and examples file from code coverage to (#6953)
Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
2024-01-29 18:55:52 +05:30

17 lines
No EOL
628 B
Properties

# must be unique in a given SonarQube instance
sonar.projectKey=inspec_inspec_AYahEXtgJ4YHsO5MtHEr
sonar.projectName=Chef-Inspec-inspec
# path to test coverage report generated by simplecov
sonar.ruby.coverage.reportPaths=coverage/coverage.json
# exclude test directories from coverage
sonar.coverage.exclusions=lib/bundles/inspec-compliance/*,examples/**/*,test/**,lib/plugins/*/test/**/*,test/unit/**/*,test/unit/*,test/functional/*,test/fixtures/**/*,test/artifacts/**/*\
sonar.exclusions=**/*.java,**/*.js,vendor/*
# skip C-language processor
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-