github
78 of 81 new or added lines in 13 files covered. (96.3%)
3689 existing lines in 120 files now uncovered.24912 of 37731 relevant lines covered (66.03%)
771.82 hits per line
1 |
//go:build !windows
|
|
2 |
|
|
3 |
package commands
|
|
4 |
|
|
UNCOV
5
|
func postInstall(i *Installer) error { |
× |
6 |
return nil |
× |
7 |
} |
× |