diff --git a/Taskfile.yml b/Taskfile.yml index 837e037..e605595 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -94,7 +94,7 @@ tasks: # https://github.com/golang/go/issues/65570 GOEXPERIMENT: nocoverageredesign cmds: - - go test -race -coverprofile=cover.out -v $(go list ./... | grep -v /mocks) 2>&1 | go-junit-report --set-exit-code > result.xml || (cat result.xml && echo "fail" && exit 1) + - go test -race -coverprofile=cover.out -v $(go list ./... | grep -v /mocks) - gocover-cobertura < cover.out > cobertura.xml - go tool cover -func=cover.out