mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-07 20:43:57 -05:00
Enable coverage for deepsource (#7441)
* Enable coverage for deepsource * Add gocovmerge tool * go mod tidy
This commit is contained in:
@@ -7,3 +7,6 @@ enabled = true
|
||||
[analyzers.meta]
|
||||
import_paths = ["github.com/prysmaticlabs/prysm"]
|
||||
|
||||
[[analyzers]]
|
||||
name = "test-coverage"
|
||||
enabled = true
|
||||
|
||||
6
deps.bzl
6
deps.bzl
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user