push
github
63 of 372 new or added lines in 13 files covered. (16.94%)
33 existing lines in 7 files now uncovered.189 of 1865 relevant lines covered (10.13%)
3.95 hits per line
1 |
//go:build !darwin
|
|
2 |
// +build !darwin
|
|
3 |
|
|
4 |
package ui
|
|
5 |
|
|
NEW
|
func ignorePatterns(m commonModel) []string { |
× |
7 |
return []string{ |
× |
NEW
|
m.cfg.Gopath, |
× |
9 |
"node_modules",
|
× |
10 |
".*",
|
× |
11 |
} |
× |
12 |
} |
× |