Skip to content

Commit 598a1cf

Browse files
committed
Fix CI
1 parent f3cedb2 commit 598a1cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
${{ runner.os }}-v1-go-
4444
4545
- name: Run tests
46-
run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
46+
run: go test -race -covermode=atomic -coverprofile="coverage.out" ./...
4747

4848
- name: Upload coverage report to Coveralls
4949
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.15.x'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Library webhooks
22
================
33
<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)
55
[![Coverage Status](https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=master&service=github)](https://coveralls.io/github/go-playground/webhooks?branch=master)
66
[![Go Report Card](https://goreportcard.com/badge/go-playground/webhooks)](https://goreportcard.com/report/go-playground/webhooks)
77
[![GoDoc](https://godoc.org/github.com/go-playground/webhooks/v6?status.svg)](https://godoc.org/github.com/go-playground/webhooks/v6)

0 commit comments

Comments
 (0)