mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
ci: change location of cover.out search
ci: same
This commit is contained in:
+3
-3
@@ -43,8 +43,8 @@ func main() {
|
||||
fmt.Println(out)
|
||||
|
||||
// export the coverage report
|
||||
_, err = client.Host().Directory(".").WithFile("cover.out", runner.File("/src_d/src/cover.out")).Export(ctx, ".")
|
||||
if err != nil {
|
||||
_, err = runner.File("/src_d/src/cover.out").Export(ctx, "./cover.out")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user