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 get_defects by replacing most of its kwargs #40

Closed JasperCraeghs closed 5 years ago

JasperCraeghs commented 5 years ago

MR #39 did not end up in the master branch yet.

Refactor functions inside CoverityDefectListDirective. Add dictionary filters attribute to CoverityDefect to replace kwargs in get_defects function. Reverted unintentional changes from #39.

codecov-io commented 5 years ago

Codecov Report

Merging #40 into master will increase coverage by 0.63%. The diff coverage is 13.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ 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 4204259...42e8535. Read the comment docs.