mirror of
https://github.com/elastic/logstash.git
synced 2025-04-19 20:27:23 -04:00
* Ruby code coverage with SimpleCov json formatter * [CI] Send Java and ruby tests to sonarqube simultaneously * Enabled COVERAGE for ruby tests * Enabled COVERAGE for ruby tests * Enabled COVERAGE for ruby tests * Enabled COVERAGE for ruby tests * Enabled COVERAGE for ruby tests * Added compiled classes to artifacts * Test change * Removed test changes * Returned back ENABLE_SONARQUBE condition * Removed debug line * Diable Ruby coverage if ENABLE_SONARQUBE is not true * Run sonar scan on pull requests and onn push to main * Run sonar can on release branches
11 lines
No EOL
373 B
Properties
11 lines
No EOL
373 B
Properties
sonar.projectKey=elastic_logstash_AYm_nEbQaV3I-igkX1q9
|
|
sonar.host.url=https://sonar.elastic.dev
|
|
|
|
sonar.exclusions=vendor/**, gradle/**, rakelib/**, logstash-core-plugin-api/**, licenses/**, qa/**, spec/**
|
|
|
|
# Ruby
|
|
sonar.ruby.coverage.reportPaths=coverage/coverage.json
|
|
|
|
# Java
|
|
sonar.coverage.jacoco.xmlReportPaths=**/jacocoTestReport.xml
|
|
sonar.java.binaries=**/build/classes |