inspec/.expeditor/coverage.pipeline.yml
Vasundhara Jagdale 5f141610fc
Configure sonarqube ond coverage pipeline on inspec-4 branch (#6800)
Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
2023-10-18 18:39:18 -04:00

19 lines
No EOL
354 B
YAML

---
expeditor:
defaults:
buildkite:
timeout_in_minutes: 45
retry:
automatic:
limit: 1
steps:
- label: coverage-ruby-3.0
command:
- CI_ENABLE_COVERAGE=1 RAKE_TASK=test:unit /workdir/.expeditor/buildkite/verify.sh
expeditor:
secrets: true
executor:
docker:
image: ruby:3.0