Skip to content

Commit 6e889db

Browse files
committed
version bump to v2.5.0
1 parent 7c6ad23 commit 6e889db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ outputs:
4141
description: Holds badge color value.
4242
runs:
4343
using: docker
44-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.4.0
44+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.5.0
4545
args:
4646
- -config=${{ inputs.config }}
4747
- -profile=${{ inputs.profile }}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/vladopajic/go-test-coverage/v2/pkg/testcoverage"
1010
)
1111

12-
const Version = "v2.4.0"
12+
const Version = "v2.5.0"
1313

1414
type args struct {
1515
ConfigPath string `arg:"-c,--config"`

0 commit comments

Comments
 (0)