Enable coverage for deepsource (#7441)

* Enable coverage for deepsource

* Add gocovmerge tool

* go mod tidy
This commit is contained in:
Preston Van Loon 2020-10-09 09:15:55 -07:00 committed by GitHub
parent 1f707842d2
commit 98a20766c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -7,3 +7,6 @@ enabled = true
[analyzers.meta]
import_paths = ["github.com/prysmaticlabs/prysm"]
[[analyzers]]
name = "test-coverage"
enabled = true

View File

@ -3630,3 +3630,9 @@ def prysm_deps():
sum = "h1:tYH07UPoQt0OCQdgWWMgYHy3/a9bcxNpBIysykNIP7I=",
version = "v2.20.5+incompatible",
)
go_repository(
name = "com_github_wadey_gocovmerge",
importpath = "github.com/wadey/gocovmerge",
sum = "h1:W0LEBv82YCGEtcmPA3uNZBI33/qF//HAAs3MawDjRa0=",
version = "v0.0.0-20160331181800-b5bfa59ec0ad",
)