From cd97e10739614f7affa0124c79cd343ce699932f Mon Sep 17 00:00:00 2001 From: Robert McLeod Date: Fri, 3 May 2019 16:40:04 +1200 Subject: [PATCH] Add cover.out to gocov This is the filename often mentioned in golang test examples. --- formatters/gocov/gocov.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formatters/gocov/gocov.go b/formatters/gocov/gocov.go index 1b21ae81..eed55159 100644 --- a/formatters/gocov/gocov.go +++ b/formatters/gocov/gocov.go @@ -23,7 +23,7 @@ func init() { } } -var searchPaths = []string{"c.out"} +var searchPaths = []string{"c.out", "cover.out} type Formatter struct { Path string