This commit is contained in:
Slug-Boi
2025-04-10 13:15:30 +02:00
parent cb0658fa6f
commit 940576eb1d
+1 -1
View File
@@ -42,7 +42,7 @@ func main() {
}
fmt.Println(out)
out, err = runner.WithExec([]string{"find", "-name", "cover.out"}).Stdout(ctx)
out, err = runner.WithExec([]string{"ls"}).Stdout(ctx)
fmt.Println(out)
// export the coverage report