We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15925d commit 855ee3eCopy full SHA for 855ee3e
pkg/testcoverage/coverage/types.go
@@ -45,6 +45,7 @@ func stripPrefix(name, prefix string) string {
45
if i := strings.Index(name, prefix); i >= 0 {
46
return name[i+len(prefix):]
47
}
48
+
49
return name
50
51
0 commit comments