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

Use REST API to retrieve defects #74

Closed JokeWaumans closed 1 month ago

JokeWaumans commented 2 months ago

Closes #61

JasperCraeghs commented 1 month ago

Do you intend to test get_defects more thoroughly in this PR on in a separate PR?

JokeWaumans commented 1 month ago

Do you intend to test get_defects more thoroughly in this PR on in a separate PR?

I think it belongs to this PR, so I will do it in this one.

JokeWaumans commented 1 month ago

I did a test to see how long it takes to build HTML (make -C example/ html) using SOAP API (master for now) and REST API (this PR):

FYI @Letme, @JasperCraeghs