push
travis-ci
4 of 4 new or added lines in 1 file covered. (100.0%)
0 of 7 relevant lines covered (0.0%)
0.0 hits per line
1 |
package foo
|
|
2 |
|
|
3 |
import (
|
|
4 |
"fmt"
|
|
5 |
"os"
|
|
6 |
) |
|
7 |
|
|
|
func Crasher() {
|
× |
|
fmt.Println("Going down in flames!")
|
× |
|
os.Exit(1)
|
× |
|
} |
× |