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

Fix filters not working in pdf build #56

Closed JasperCraeghs closed 4 years ago

JasperCraeghs commented 4 years ago

It seems that it's unsafe to store any processed directive information as an attribute of the docutils node. The solution is to store the dictionary holding the filter attributes as node['filters'] instead of node.filters.

Resolves #54

codecov-io commented 4 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   20.51%   20.51%           
=======================================
  Files           1        1           
  Lines          78       78           
=======================================
  Hits           16       16           
  Misses         62       62
Impacted Files Coverage Δ
mlx/coverity.py 20.51% <0%> (ø) :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 75a158c...7e33456. Read the comment docs.