Currently, pycobertura only accepet
<class><lines>...<lines><class>
But there are some cobertura outputs contain method infos like
<class><methods><method><lines>...<lines></method></methods></class>
The input like above will make pycobertura simply reporting error:
Invalid coverage file: ...
Could we just ignore the methods info?
Currently, pycobertura only accepet
But there are some cobertura outputs contain method infos like
The input like above will make pycobertura simply reporting error:
Invalid coverage file: ...Could we just ignore the methods info?