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 e3daf9d commit c7fe52eCopy full SHA for c7fe52e
action.yml
@@ -101,7 +101,7 @@ outputs:
101
description: Deprecated! Holds badge color value.
102
runs:
103
using: docker
104
- image: docker://ghcr.io/vladopajic/go-test-coverage:v2.10.1
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.10.2
105
args:
106
- --config=${{ inputs.config || '''''' }}
107
- --profile=${{ inputs.profile || '''''' }}
main.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- Version = "v2.10.1"
+ Version = "v2.10.2"
16
Name = "go-test-coverage"
17
18
0 commit comments