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
<!ELEMENT class (methods,lines)>
<!ATTLIST class name CDATA #REQUIRED>
<!ATTLIST class filename CDATA #REQUIRED>
<!ATTLIST class line-rate CDATA #REQUIRED>
<!ATTLIST class branch-rate CDATA #REQUIRED>
<!ATTLIST class complexity CDATA #REQUIRED>
I'd prefer to add support for another format that does do this. Does the JaCoCo XML format support what you want and is it usable by you.
I've created a branch for developing this. It will probably take a week or so. I've marked it as a good first issue in case anyone wants to help. It should be a fairly straight forward addition working off the Cobertura XML code as a template.
As for our project , we need more detail coverage data about every js file, so can you add the following info to classElement.
we will be very appreciate , if you add this. thank you very much !
After added , the following xml is what we want
The text was updated successfully, but these errors were encountered: