Skip to content

Commit

Permalink
align filenames 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeire committed Aug 29, 2024
1 parent a58a5bc commit 198d252
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 /work/cover.html cover.html
COPY --from=test /work/cover.html coverage.html

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

0 comments on commit 198d252

Please sign in to comment.