ci: document TEST_COVERAGE and GO_COVER_DIR in buid.env

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-06-22 16:48:41 +02:00
committed by mergify[bot]
parent 4fd973b924
commit 3cc791c7c4
4 changed files with 10 additions and 5 deletions

View File

@ -20,6 +20,11 @@ GO111MODULE=on
GOLANGCI_VERSION=v1.21.0
GOSEC_VERSION=2.0.0
# "go test" configuration
# set to stdout or html to enable coverage reporting, disabled by default
#TEST_COVERAGE=html
#GO_COVER_DIR=_output/
# helm chart generation, testing and publishing
HELM_VERSION=v3.1.2