From 598a1cf5bee6819cbfa5059f25c300f179ca803d Mon Sep 17 00:00:00 2001 From: Anton Krivenko Date: Sat, 23 Jan 2021 04:28:45 +0300 Subject: [PATCH] Fix CI --- .github/workflows/workflow.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4056c9d..9346a61 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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' diff --git a/README.md b/README.md index 530f691..8132197 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Library webhooks ================ ![Project status](https://img.shields.io/badge/version-6.0.0-green.svg) -![Test](https://github.com/go-playground/webhooks/workflows/Test/badge.svg?branch=master) +[![Test](https://github.com/go-playground/webhooks/workflows/Test/badge.svg?branch=master)](https://github.com/go-playground/webhooks/actions) [![Coverage Status](https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=master&service=github)](https://coveralls.io/github/go-playground/webhooks?branch=master) [![Go Report Card](https://goreportcard.com/badge/go-playground/webhooks)](https://goreportcard.com/report/go-playground/webhooks) [![GoDoc](https://godoc.org/github.com/go-playground/webhooks/v6?status.svg)](https://godoc.org/github.com/go-playground/webhooks/v6)