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 7e7e5f2 commit 70c844bCopy full SHA for 70c844b
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.8.0
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.8.1
105
args:
106
- --config=${{ inputs.config || '''''' }}
107
- --profile=${{ inputs.profile || '''''' }}
main.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- Version = "v2.8.0"
+ Version = "v2.8.1"
16
Name = "go-test-coverage"
17
18
0 commit comments