We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937b863 commit dd70f04Copy full SHA for dd70f04
main.go
@@ -26,6 +26,7 @@ func main() {
26
pass, err := testcoverage.Check(os.Stdout, cfg)
27
if err != nil {
28
fmt.Println("Running coverage check failed.")
29
+ fmt.Printf("Error: %v\n", err)
30
if cfg.GithubActionOutput {
31
fmt.Printf("Please set `debug: true` input to see detailed output.")
32
} else {
0 commit comments