mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Exclude test files and examples file from code coverage to (#6953)
Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
This commit is contained in:
parent
c4439215e8
commit
129d21be3a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ sonar.projectName=Chef-Inspec-inspec
|
||||||
sonar.ruby.coverage.reportPaths=coverage/coverage.json
|
sonar.ruby.coverage.reportPaths=coverage/coverage.json
|
||||||
|
|
||||||
# exclude test directories from coverage
|
# exclude test directories from coverage
|
||||||
sonar.coverage.exclusions=test/*,lib/plugins/*/test/*
|
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/*
|
sonar.exclusions=**/*.java,**/*.js,vendor/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue