-
Notifications
You must be signed in to change notification settings - Fork 0
/
step.yml
21 lines (20 loc) · 930 Bytes
/
step.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
format_version: '1.0.0'
title: xccov to SonarQube Generic Step
summary: Converts Xcode coverage to SonarQube Generic Format.
description: |
This custom step is used to convert Xcode coverage reports into SonarQube generic XML.
website: https://github.com/upstreammobility/bitrise-ios-xccov-to-sonarqube-generic-script.git
source_code_url: https://github.com/upstreammobility/bitrise-ios-xccov-to-sonarqube-generic-script.git
inputs:
- BITRISE_XCRESULT_PATH:
title: "Path to Xcode Result Bundle (.xcresult)"
description: The path to the `.xcresult` file to be processed.
required: true
type: string
default_value: "$BITRISE_XCRESULT_PATH"
- COV_PATH:
title: "Project Root Path"
description: The path of your project where the SonarQube coverage XML will be generated.
required: true
type: string
default_value: "$BITRISE_SOURCE_DIR/sonarqube-generic-coverage.xml"