Closed JasperCraeghs closed 5 years ago
Merging #39 into refactor_process_coverity_nodes will increase coverage by
0.63%
. The diff coverage is13.33%
.
@@ 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.
Refactor functions inside
CoverityDefectListDirective
. Add dictionaryfilters
attribute toCoverityDefect
to replace kwargs inget_defects
function.