mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-19 08:20:13 +02:00
added hide branch rate + complexity to action definition #22
This commit is contained in:
+12
@@ -20,6 +20,14 @@ inputs:
|
|||||||
description: 'Output Format - markdown or text (default).'
|
description: 'Output Format - markdown or text (default).'
|
||||||
required: false
|
required: false
|
||||||
default: 'text'
|
default: 'text'
|
||||||
|
hide_branch_rate:
|
||||||
|
description: 'Hide Branch Rate values in the output - true / false (default).'
|
||||||
|
required: false
|
||||||
|
default: 'false'
|
||||||
|
hide_complexity:
|
||||||
|
description: 'Hide Complexity values in the output - true / false (default).'
|
||||||
|
required: false
|
||||||
|
default: 'false'
|
||||||
indicators:
|
indicators:
|
||||||
description: 'Include health indicators in the output - true (default) / false.'
|
description: 'Include health indicators in the output - true (default) / false.'
|
||||||
required: false
|
required: false
|
||||||
@@ -43,6 +51,10 @@ runs:
|
|||||||
- ${{ inputs.fail_below_min }}
|
- ${{ inputs.fail_below_min }}
|
||||||
- '--format'
|
- '--format'
|
||||||
- ${{ inputs.format }}
|
- ${{ inputs.format }}
|
||||||
|
- '--hidebranch'
|
||||||
|
- ${{ inputs.hide_branch_rate }}
|
||||||
|
- '--hidecomplexity'
|
||||||
|
- ${{ inputs.hide_complexity }}
|
||||||
- '--indicators'
|
- '--indicators'
|
||||||
- ${{ inputs.indicators }}
|
- ${{ inputs.indicators }}
|
||||||
- '--output'
|
- '--output'
|
||||||
|
|||||||
Reference in New Issue
Block a user