File: linux.cover.dockerfile

package info (click to toggle)
golang-github-djherbis-times 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: sh: 10; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
FROM golang:1.17

WORKDIR /go/src/github.com/djherbis/times
COPY . .

RUN GO111MODULE=auto go test -covermode=count -coverprofile=profile.cov