File tree Expand file tree Collapse file tree 4 files changed +16
-20
lines changed
Expand file tree Collapse file tree 4 files changed +16
-20
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,17 @@ jobs:
1010 timeout-minutes : 5
1111
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-go@v5
13+ - uses : actions/checkout@v6
14+ - uses : actions/setup-go@v6
1515 with :
1616 go-version-file : ' go.mod'
17- - uses : brokeyourbike/go-mockery-action@v0.1
17+ - uses : brokeyourbike/go-mockery-action@v0.2
1818 with :
1919 mockery-version : ' 2.53.3'
2020 - run : make mock
2121 - run : go test -race -covermode=atomic -coverprofile=coverage.out -v ./...
2222
23- - uses : paambaati/codeclimate-action@v5
24- continue-on-error : true
25- env :
26- CC_TEST_REPORTER_ID : ${{ secrets.CODECLIMATE_TOKEN }}
23+ - uses : codecov/codecov-action@v5
2724 with :
28- prefix : ' github.com/glocurrency/commons '
29- coverageLocations : ./ coverage.out:gocov
25+ token : ${{ secrets.CODECOV_TOKEN }}
26+ files : coverage.out
Original file line number Diff line number Diff line change 1313 timeout-minutes : 5
1414
1515 steps :
16- - uses : actions/create-github-app-token@v1
16+ - uses : actions/create-github-app-token@v2
1717 id : app-token
1818 with :
1919 app-id : ${{ secrets.RELEASER_APPID }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 timeout-minutes : 5
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-go@v5
13+ - uses : actions/checkout@v6
14+ - uses : actions/setup-go@v6
1515 with :
1616 go-version-file : ' go.mod'
1717 - run : go build -v ./...
@@ -21,11 +21,11 @@ jobs:
2121 runs-on : ubuntu-latest
2222 timeout-minutes : 5
2323 steps :
24- - uses : actions/checkout@v4
25- - uses : actions/setup-go@v5
24+ - uses : actions/checkout@v6
25+ - uses : actions/setup-go@v6
2626 with :
2727 go-version-file : ' go.mod'
28- - uses : brokeyourbike/go-mockery-action@v0.1
28+ - uses : brokeyourbike/go-mockery-action@v0.2
2929 with :
3030 mockery-version : ' 2.53.3'
3131 - run : make mock
@@ -40,11 +40,11 @@ jobs:
4040 timeout-minutes : 5
4141
4242 steps :
43- - uses : actions/checkout@v4
44- - uses : actions/setup-go@v5
43+ - uses : actions/checkout@v6
44+ - uses : actions/setup-go@v6
4545 with :
4646 go-version-file : ' go.mod'
47- - uses : brokeyourbike/go-mockery-action@v0.1
47+ - uses : brokeyourbike/go-mockery-action@v0.2
4848 with :
4949 mockery-version : ' 2.53.3'
5050 - run : make mock
Original file line number Diff line number Diff line change 22
33[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/glocurrency/commons.svg )] ( https://pkg.go.dev/github.com/glocurrency/commons )
44[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/glocurrency/commons )] ( https://goreportcard.com/report/github.com/glocurrency/commons )
5- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/37cc71ac058866c7f646/maintainability )] ( https://codeclimate.com/github/glocurrency/commons/maintainability )
6- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/37cc71ac058866c7f646/test_coverage )] ( https://codeclimate.com/github/glocurrency/commons/test_coverage )
5+ [ ![ codecov] ( https://codecov.io/gh/glocurrency/commons/graph/badge.svg?token=YUVUPRTSM0 )] ( https://codecov.io/gh/glocurrency/commons )
76
87Common helpers for Golang projects
98
You can’t perform that action at this time.
0 commit comments