mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
ci: ls
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user