github
32 of 32 new or added lines in 4 files covered. (100.0%)
2298 of 2561 relevant lines covered (89.73%)
14202.41 hits per line
1 |
package main
|
|
2 |
|
|
3 |
import (
|
|
4 |
"os"
|
|
5 |
|
|
6 |
"dep-tree/cmd"
|
|
7 |
) |
|
8 |
|
|
9 |
func main() {
|
× |
|
err := cmd.NewRoot().Execute() |
× |
11 |
if err != nil { |
× |
12 |
os.Exit(1)
|
× |
13 |
} |
× |
14 |
} |