Skip to content

Commit

Permalink
Copy cover.html from the work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeire committed Aug 29, 2024
1 parent bd23147 commit a58a5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN go tool cover -html cover.out -o cover.html

FROM scratch AS coverage

COPY --from=test cover.html cover.html
COPY --from=test /work/cover.html cover.html

# Stage to build the binary
FROM base AS build
Expand Down

0 comments on commit a58a5bc

Please sign in to comment.