Description
It would be great if strictdoc exported the requirements to source coverage report not only as a website but also as a coverage report in a common format, e.g. Cobertura.
Problem
I would like to show a requirements coverage report for each PR/MR on github or gitlab.
Solution
strictdoc should export its coverage information in a machine readable way, e.g. the Cobertura format. That format seems to be quite common (github, gitlab).
Additional Information
The html coverage view is quite nice, thanks for that in the first place :)