Fix CI
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
|||||||
${{ runner.os }}-v1-go-
|
${{ runner.os }}-v1-go-
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
|
run: go test -race -covermode=atomic -coverprofile="coverage.out" ./...
|
||||||
|
|
||||||
- name: Upload coverage report to Coveralls
|
- name: Upload coverage report to Coveralls
|
||||||
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.15.x'
|
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.15.x'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Library webhooks
|
Library webhooks
|
||||||
================
|
================
|
||||||
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v6/logo.png">
|
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v6/logo.png">
|
||||||

|
[](https://github.com/go-playground/webhooks/actions)
|
||||||
[](https://coveralls.io/github/go-playground/webhooks?branch=master)
|
[](https://coveralls.io/github/go-playground/webhooks?branch=master)
|
||||||
[](https://goreportcard.com/report/go-playground/webhooks)
|
[](https://goreportcard.com/report/go-playground/webhooks)
|
||||||
[](https://godoc.org/github.com/go-playground/webhooks/v6)
|
[](https://godoc.org/github.com/go-playground/webhooks/v6)
|
||||||
|
|||||||
Reference in New Issue
Block a user