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

Refactor CoverityDefectListDirective #39

Closed JasperCraeghs closed 5 years ago

JasperCraeghs commented 5 years ago

Refactor functions inside CoverityDefectListDirective. Add dictionary filters attribute to CoverityDefect to replace kwargs in get_defects function.

codecov-io commented 5 years ago

Codecov Report

Merging #39 into refactor_process_coverity_nodes will increase coverage by 0.63%. The diff coverage is 13.33%.

Impacted file tree graph

@@                         Coverage Diff                         @@
##           refactor_process_coverity_nodes      #39      +/-   ##
===================================================================
+ Coverage                             14.7%   15.33%   +0.63%     
===================================================================
  Files                                    1        1              
  Lines                                  340      339       -1     
===================================================================
+ Hits                                    50       52       +2     
+ Misses                                 290      287       -3
Impacted Files Coverage Δ
mlx/coverity.py 15.33% <13.33%> (+0.63%) :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 52aa444...896d54c. Read the comment docs.