DEBSOURCES
Skip Quicknav
sources / golang-github-djherbis-times / 1.6.0-1 / linux.cover.dockerfile
123456
FROM golang:1.17 WORKDIR /go/src/github.com/djherbis/times COPY . . RUN GO111MODULE=auto go test -covermode=count -coverprofile=profile.cov