Skip to content

feat: [CI-14676]: adding go convert logic for recordCoverage - #305

Open
senthilhns wants to merge 2 commits into
drone:masterfrom
senthilhns:CI-14676
Open

feat: [CI-14676]: adding go convert logic for recordCoverage#305
senthilhns wants to merge 2 commits into
drone:masterfrom
senthilhns:CI-14676

Conversation

@senthilhns

Copy link
Copy Markdown
Contributor

adding go convert logic for recordCoverage

sample converted yaml

- stepGroup:
    identifier: Jacoco_reportse7f8bc
    name: Jacoco reports
    steps:
      - step:
          identifier: recordcoverage6ecee1
          name: recordCoverage
          spec:
            image: plugins/coverage-report
            settings:
              fail_on_threshold: "true"
              source_code_encoding: UTF-8
              threshold_branch: "60"
              threshold_line: "60"
              tool: jacoco-xml
          timeout: ""
          type: Plugin
      - step:
          identifier: recordcoverage6ecee11
          name: recordCoverage
          spec:
            image: plugins/coverage-report
            settings:
              fail_on_threshold: "true"
              reports_path_pattern: '**/coverage.xml'
              source_code_encoding: UTF-8
              threshold_branch: "60"
              threshold_line: "60"
              tool: cobertura
          timeout: ""
          type: Plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant