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

Provide error text outside of the table #11

Closed Letme closed 6 years ago

Letme commented 6 years ago

There was an issue with Latex rendering when we reported the error, but did not complete table row with empty number of remaining columns. Current solution closes the table (header displayed only) and provides the normal paragraph of text below the table.

html renderer had no problems with previous implementation, but it is nice to have a decent pdf rendering.

codecov-io commented 6 years ago

Codecov Report

Merging #11 into master will increase coverage by 0.09%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   17.04%   17.14%   +0.09%     
==========================================
  Files           1        1              
  Lines         176      175       -1     
==========================================
  Hits           30       30              
+ Misses        146      145       -1
Impacted Files Coverage Δ
mlx/coverity.py 17.14% <0%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 55b1f77...bdaf51b. Read the comment docs.