You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 isfirst()
andlast()
). It will also require to dig deeper into the Coverity interface to extract this data out.Requested by @dryodon
The text was updated successfully, but these errors were encountered: