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 75112d0 commit 732eaf0Copy full SHA for 732eaf0
action.yml
@@ -101,7 +101,7 @@ outputs:
101
description: Holds badge color value.
102
runs:
103
using: docker
104
- image: docker://ghcr.io/vladopajic/go-test-coverage:v2.7.1
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.8.0
105
args:
106
- --config=${{ inputs.config || '''''' }}
107
- --profile=${{ inputs.profile || '''''' }}
main.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
const (
13
- Version = "v2.7.1"
+ Version = "v2.8.0"
14
Name = "go-test-coverage"
15
16
0 commit comments