Commit 5206235 1 parent 1ee6ac2 commit 5206235 Copy full SHA for 5206235
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 15
15
- name : Get dependencies
16
16
run : go mod download
17
17
- name : Test
18
- run : go test -race -v ./...
18
+ run : go test -race -v -coverprofile=profile.cov ./...
19
+ - uses : shogo82148/actions-goveralls@v1
20
+ with :
21
+ path-to-profile : profile.cov
Original file line number Diff line number Diff line change 1
- # Requests [ ![ GoDoc] ( https://godoc.org/github.com/carlmjohnson/requests?status.svg )] ( https://godoc.org/github.com/carlmjohnson/requests ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/carlmjohnson/requests )] ( https://goreportcard.com/report/github.com/carlmjohnson/requests ) [ ![ Mentioned in Awesome Go] ( https://awesome.re/mentioned-badge.svg )] ( https://github.com/avelino/awesome-go )
1
+ # Requests [ ![ GoDoc] ( https://godoc.org/github.com/carlmjohnson/requests?status.svg )] ( https://godoc.org/github.com/carlmjohnson/requests ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/carlmjohnson/requests )] ( https://goreportcard.com/report/github.com/carlmjohnson/requests ) [ ![ Coverage Status ] ( https://coveralls.io/repos/github/carlmjohnson/requests/badge.svg )] ( https://coveralls.io/github/carlmjohnson/requests ) [ ![ Mentioned in Awesome Go] ( https://awesome.re/mentioned-badge.svg )] ( https://github.com/avelino/awesome-go )
2
2
3
3
![ Requests logo] ( /img/gopher-web.png )
4
4
You can’t perform that action at this time.
0 commit comments