melexis / sphinx-coverity-extension

Sphinx plugin to generate Coverity defects report or table in reStructuredText documentation. Coverity report is then personally styled while data integrity is guaranteed.
GNU General Public License v3.0
5 stars 2 forks source link

Add project trends graph to documentation #21

Open Letme opened 5 years ago

Letme commented 5 years ago

Draw project trends graph (which you can see in Coverity interface) is a line graph, which displays number of defects (for example new, outstanding, resolved, fixed, triaged and/or issue density) on the time scale for duration of the project.

It requires creation of new sphinx directive, where we again specify the :col: (columns to be drawn as lines on the chart) and optional :starttime: and :endtime: which define a time scale (default is first() and last()). It will also require to dig deeper into the Coverity interface to extract this data out.

Requested by @dryodon