We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8561791 commit f533154Copy full SHA for f533154
Dockerfile
@@ -110,7 +110,7 @@ ENV GO111MODULE=auto
110
RUN --mount=type=bind,target=.,rw \
111
--mount=type=cache,target=/root/.cache \
112
--mount=type=cache,target=/go/pkg/mod \
113
- gotestsum -- -coverprofile=/tmp/coverage.txt $(go list ./... | grep -vE '/vendor/|/e2e/')
+ gotestsum -- -coverprofile=/tmp/coverage.txt $(go list ./... | grep -vE '/vendor/|/e2e/|/cmd/docker-trust')
114
115
FROM scratch AS test-coverage
116
COPY --from=test /tmp/coverage.txt /coverage.txt
0 commit comments