mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-15 14:40:13 +02:00
added Thresholds parameter to action definition #15
This commit is contained in:
@@ -20,6 +20,10 @@ inputs:
|
||||
description: 'Output Type - console (default), file or both.'
|
||||
required: false
|
||||
default: 'console'
|
||||
thresholds:
|
||||
description: 'Badge colour threshold percentages, default '50 75'.'
|
||||
required: false
|
||||
default: '50 75'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.5'
|
||||
@@ -31,3 +35,5 @@ runs:
|
||||
- ${{ inputs.format }}
|
||||
- '--output'
|
||||
- ${{ inputs.output }}
|
||||
- '--thresholds'
|
||||
- ${{ inputs.thresholds }}
|
||||
|
||||
Reference in New Issue
Block a user