File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
${{ runner.os }}-v1-go-
44
44
45
45
- name : Run tests
46
- run : go test -race -covermode=atomic -coverprofile=coverage.out ./...
46
+ run : go test -race -covermode=atomic -coverprofile=" coverage.out" ./...
47
47
48
48
- name : Upload coverage report to Coveralls
49
49
if : matrix.os == 'ubuntu-latest' && matrix.go-version == '1.15.x'
Original file line number Diff line number Diff line change 1
1
Library webhooks
2
2
================
3
3
<img align =" right " src =" https://raw.githubusercontent.com/go-playground/webhooks/v6/logo.png " >![ Project status] ( https://img.shields.io/badge/version-6.0.0-green.svg )
4
- ![ Test] ( https://github.com/go-playground/webhooks/workflows/Test/badge.svg?branch=master )
4
+ [ ![ Test] ( https://github.com/go-playground/webhooks/workflows/Test/badge.svg?branch=master )] ( https://github.com/go-playground/webhooks/actions )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/go-playground/webhooks?branch=master )
6
6
[ ![ Go Report Card] ( https://goreportcard.com/badge/go-playground/webhooks )] ( https://goreportcard.com/report/go-playground/webhooks )
7
7
[ ![ GoDoc] ( https://godoc.org/github.com/go-playground/webhooks/v6?status.svg )] ( https://godoc.org/github.com/go-playground/webhooks/v6 )
You can’t perform that action at this time.
0 commit comments