From 1df68cb8015b2c77fa13e924e8c5a15e82a614a5 Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Thu, 10 Apr 2025 12:49:42 +0200 Subject: [PATCH] ci: change location of cover.out search ci: same --- ci/test_on_push.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/test_on_push.go b/ci/test_on_push.go index d38b178..75d62f4 100644 --- a/ci/test_on_push.go +++ b/ci/test_on_push.go @@ -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 { - panic(err) - } + _, err = runner.File("/src_d/src/cover.out").Export(ctx, "./cover.out") +if err != nil { + panic(err) +} } \ No newline at end of file