prepare v1.3.0 release

This commit is contained in:
irongut
2022-07-29 16:50:11 +01:00
parent df43d7d643
commit 51cc3a756d
2 changed files with 9 additions and 13 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ branding:
color: purple
inputs:
filename:
description: 'A comma separated list of code coverage files to analyse. Also accepts glob patterns.'
description: 'A comma separated list of code coverage files to analyse. Also supports using glob patterns to match multiple files.'
required: true
badge:
description: 'Include a Line Rate coverage badge in the output using shields.io - true / false (default).'
@@ -42,7 +42,7 @@ inputs:
default: '50 75'
runs:
using: 'docker'
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.3.0-beta'
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.3.0'
args:
- '--files'
- ${{ inputs.filename }}