Pavel Vorozheykin
Pavel Vorozheykin
A quick update. I will try to get back to it soon. Some tests were broken even before my changes, so I have to makes sure they are fixed in...
For future reference, there's an official Cobertura spec, which specifies line data for methods: https://github.com/cobertura/cobertura/blob/master/cobertura/src/site/htdocs/xml/coverage-04.dtd The original `cobertura` tool (for java projects) emits methods with all line data corresponding to...
Yeah, FBX is kind of an industry standard right now. The only issue is that it's proprietary, so it's a pain in the ass to implement in open-source. I haven't...