Fix CI
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
${{ runner.os }}-v1-go-
|
||||
|
||||
- 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
|
||||
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.15.x'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Library webhooks
|
||||
================
|
||||
<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://goreportcard.com/report/go-playground/webhooks)
|
||||
[](https://godoc.org/github.com/go-playground/webhooks/v6)
|
||||
|
||||
Reference in New Issue
Block a user