mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
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:
committed by
mergify[bot]
parent
4fd973b924
commit
3cc791c7c4
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user