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

Optimize number of Coverity logins in build #12

Closed Letme closed 5 years ago

Letme commented 6 years ago

At the moment we login per file even if we do not pull anything or even if the file does not have a coverity-list block inside. This is far from optimal as not all files have a coverity block inside and litters the nice output of sphinx.

Optimize so that we only login once per session or in worst case once per block.