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 2b6bd60 commit 3306bd4Copy full SHA for 3306bd4
action.yml
@@ -126,7 +126,7 @@ outputs:
126
127
runs:
128
using: docker
129
- image: docker://ghcr.io/vladopajic/go-test-coverage:v2.11.1
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.11.2
130
args:
131
- --config=${{ inputs.config || '''''' }}
132
- --profile=${{ inputs.profile || '''''' }}
main.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- Version = "v2.11.1"
+ Version = "v2.11.2"
16
Name = "go-test-coverage"
17
18
0 commit comments