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

We fail too gracefully #16

Closed Letme closed 5 years ago

Letme commented 5 years ago

Because of #14 we now do not fail in case of some other error (we do report it but return value is 0, so that we do not block the build). While this might be intended behavior to pass the build (in case you missed some variables/arguments), it for sure should not be default behavior. We need to fix this, or add granularity.