Skip to content

Commit 8c8969c

Browse files
author
Jonathan Chauncey
authored
Merge pull request #109 from jchauncey/gocov
add gocov tool
2 parents fd5cdcc + fd1a0e6 commit 8c8969c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ SHELL_SCRIPTS = /usr/local/bin/test-cover.sh
1010
DEV_ENV_PREFIX := docker run --rm
1111
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${IMAGE}
1212

13+
info:
14+
@echo "REGISTRY: ${REGISTRY}"
15+
@echo "VERSION: ${VERSION}"
16+
@echo "IMAGE: ${IMAGE}"
17+
1318
build:
1419
docker build -t ${IMAGE} rootfs
1520

rootfs/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
6565
github.com/haya14busa/goverage \
6666
github.com/constabulary/gb/... \
6767
github.com/dgrijalva/jwt-go/cmd/jwt \
68+
github.com/axw/gocov/gocov \
69+
github.com/AlekSi/gocov-xml \
6870
&& gometalinter --install \
6971
&& pip install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} shyaml \
7072
&& apt-get purge --auto-remove -y libffi-dev python-dev python-pip

0 commit comments

Comments
 (0)