mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Enable coverage for deepsource (#7441)
* Enable coverage for deepsource * Add gocovmerge tool * go mod tidy
This commit is contained in:
parent
1f707842d2
commit
98a20766c9
@ -7,3 +7,6 @@ enabled = true
|
|||||||
[analyzers.meta]
|
[analyzers.meta]
|
||||||
import_paths = ["github.com/prysmaticlabs/prysm"]
|
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=",
|
sum = "h1:tYH07UPoQt0OCQdgWWMgYHy3/a9bcxNpBIysykNIP7I=",
|
||||||
version = "v2.20.5+incompatible",
|
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",
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user