ci: change location of cover.out search

ci: same
This commit is contained in:
Slug-Boi
2025-04-10 12:49:42 +02:00
parent fdf5dc51d7
commit 1df68cb801
+3 -3
View File
@@ -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)
}
}
}