SimpleCov can generate coverage report in JSON format by default without additional dependencies. JSON is easier to parse than XML, but even Ruby shops like GitLab support only Cobertura XML for digesting coverage info.
I am interested to know what other advantages or SimpleCov JSON over Covertura XML format?
Is there some additional info that could be useful?
Anything Ruby specific that helps somehow?
SimpleCov can generate coverage report in JSON format by default without additional dependencies. JSON is easier to parse than XML, but even Ruby shops like GitLab support only Cobertura XML for digesting coverage info.
I am interested to know what other advantages or SimpleCov JSON over Covertura XML format?
Is there some additional info that could be useful?
Anything Ruby specific that helps somehow?