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
+1 -1
View File
@@ -43,7 +43,7 @@ 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, ".")
_, err = runner.File("/src_d/src/cover.out").Export(ctx, "./cover.out")
if err != nil {
panic(err)
}