When handle [yy.txt](https://github.com/jstemmer/go-junit-report/files/8883375/yy.txt) Generated report contain incorrect content like this ```xml <testcase name="TestSrv_ServiceMap" classname="example.com/foo/pkg/labels" time="0.000"> <error message="No test result found"></error> </testcase> ``` command: go test -json -race -coverpkg=./... -covermode=atomic -coverprofile=out/cover.out.tmp ./... go version: go 1.18