Skip to content

Commit dd70f04

Browse files
committed
chore: add error print
1 parent 937b863 commit dd70f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func main() {
2626
pass, err := testcoverage.Check(os.Stdout, cfg)
2727
if err != nil {
2828
fmt.Println("Running coverage check failed.")
29+
fmt.Printf("Error: %v\n", err)
2930
if cfg.GithubActionOutput {
3031
fmt.Printf("Please set `debug: true` input to see detailed output.")
3132
} else {

0 commit comments

Comments
 (0)