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

Reduce cognitive complexity of function run #41

Closed JasperCraeghs closed 5 years ago

JasperCraeghs commented 5 years ago

Reduce cognitive complexity of function run in CoverityDefectListDirective by using python shorthand

codecov-io commented 5 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.18%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   15.33%   15.52%   +0.18%     
==========================================
  Files           1        1              
  Lines         339      335       -4     
==========================================
  Hits           52       52              
+ Misses        287      283       -4
Impacted Files Coverage Δ
mlx/coverity.py 15.52% <0%> (+0.18%) :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 5a55f58...8635e1c. Read the comment docs.