You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd acceptance && go test -coverprofile "$$ACCEPTANCE_WORKDIR/coverage-acceptance.out" -timeout $(ACCEPTANCE_TIMEOUT) ./... &&\
131
-
go run -modfile "$$ACCEPTANCE_WORKDIR/tools/go.mod" github.com/wadey/gocovmerge "$$ACCEPTANCE_WORKDIR/coverage-acceptance.out">"$(ROOT_DIR)/coverage-acceptance.out"
"COVERAGE_FILEPATH="+os.Getenv("COVERAGE_FILEPATH"), // where to put the coverage file, $COVERAGE_FILEPATH is provided by the Makefile, if empty it'll be $TMPDIR
91
91
"COVERAGE_FILENAME="+os.Getenv("COVERAGE_FILENAME"), // suffix for the coverage file
92
+
"GOCOVERDIR="+os.Getenv("GOCOVERDIR"), // directory where the Go coverage raw data is stored
0 commit comments