We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce6818 commit 054beaaCopy full SHA for 054beaa
1 file changed
eirctl.yaml
@@ -68,7 +68,6 @@ tasks:
68
export GOPATH=$PWD/.deps GOBIN=$PWD/.deps/bin
69
CGO_ENABLED=1 go test ./... -v -coverpkg=github.com/DevLabFoundry/... -race -mod=readonly -timeout=1m -shuffle=on -buildvcs=false -coverprofile=.coverage/out -count=1 -run=$GO_TEST_RUN_ARGS | tee .coverage/test.out
70
cat .coverage/test.out | .deps/bin/go-junit-report > .coverage/report-junit.xml
71
- .deps/bin/gocov convert .coverage/out | .deps/bin/gocov-xml > .coverage/report-cobertura.xml
72
73
unit:test:prereqs:
74
description: Installs coverage and junit tools
0 commit comments