From 52771083ee955fc4f264ebc30bb80b6cf2adf4ea Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Mon, 1 May 2017 18:53:00 -0300 Subject: [PATCH] recommendation new coverage runner cover.run (#1400) * recommendation new coverage runner cover.run Shows how many percent that covered the package * added link all covers sites --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8c1dadd7..de01c8b3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,13 @@ Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks! **Please provide package links to:** -- github.com repo: -- godoc.org: -- goreportcard.com: -- coverage service link (gocover, coveralls etc.): +- github.com repo: +- godoc.org: +- goreportcard.com: +- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `![cover.run go](https://cover.run/go/github.com/user/repository.svg)` + +Very good coverage **Note**: that new categories can be added only when there are 3 packages or more.