We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6ad23 commit 6e889dbCopy full SHA for 6e889db
action.yml
@@ -41,7 +41,7 @@ outputs:
41
description: Holds badge color value.
42
runs:
43
using: docker
44
- image: docker://ghcr.io/vladopajic/go-test-coverage:v2.4.0
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.5.0
45
args:
46
- -config=${{ inputs.config }}
47
- -profile=${{ inputs.profile }}
main.go
@@ -9,7 +9,7 @@ import (
9
"github.com/vladopajic/go-test-coverage/v2/pkg/testcoverage"
10
)
11
12
-const Version = "v2.4.0"
+const Version = "v2.5.0"
13
14
type args struct {
15
ConfigPath string `arg:"-c,--config"`
0 commit comments