From d7475276a82f2dbec772bce46ac82ce370fb4bef Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Thu, 10 Oct 2024 15:59:30 +0200 Subject: dashboard/app: make lines coverage public --- dashboard/app/graphs.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dashboard/app/graphs.go b/dashboard/app/graphs.go index 501e405da..34dd717cd 100644 --- a/dashboard/app/graphs.go +++ b/dashboard/app/graphs.go @@ -246,10 +246,6 @@ func githubTorvaldsLinuxURI(filePath string, rc covermerger.RepoCommit) string { } func handleFileCoverage(c context.Context, w http.ResponseWriter, r *http.Request) error { - accessLevel := accessLevel(c, r) - if accessLevel != AccessAdmin { - return ErrAccess - } hdr, err := commonHeader(c, r, w, "") if err != nil { return err -- cgit mrf-deployment