znyang / library-analysis

Library Analysis Gradle Plugin
119 stars 24 forks source link

Dependency count #20

Closed znyang closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #20 into master will increase coverage by 3.3%. The diff coverage is 60.98%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #20     +/-   ##
===========================================
+ Coverage     40.16%   43.46%   +3.3%     
- Complexity       52       89     +37     
===========================================
  Files            15       17      +2     
  Lines           371      490    +119     
  Branches         69       85     +16     
===========================================
+ Hits            149      213     +64     
- Misses          189      233     +44     
- Partials         33       44     +11
Impacted Files Coverage Δ Complexity Δ
.../com/zen/plugin/lib/analysis/model/FileInfo.groovy 100% <ø> (ø) 1 <0> (?)
.../lib/analysis/task/DependencyTreeReportTask.groovy 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...plugin/lib/analysis/render/OutputModuleList.groovy 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...zen/plugin/lib/analysis/render/TextRenderer.groovy 10% <0%> (-1.12%) 3 <0> (ø)
...n/lib/analysis/ext/LibraryAnalysisExtension.groovy 83.33% <100%> (+0.98%) 6 <1> (ø) :arrow_down:
...en/plugin/lib/analysis/model/FileDictionary.groovy 91.3% <100%> (ø) 12 <0> (?)
...zen/plugin/lib/analysis/convert/NodeConvert.groovy 69.73% <69.73%> (ø) 26 <26> (?)
...oovy/com/zen/plugin/lib/analysis/model/Node.groovy 35.29% <71.42%> (-36.14%) 4 <2> (-15)
.../zen/plugin/lib/analysis/util/ResourceUtils.groovy 83.33% <75%> (-7.58%) 2 <0> (ø)
...y/com/zen/plugin/lib/analysis/model/Library.groovy 81.17% <81.17%> (ø) 26 <26> (?)
... and 3 more

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 a24e9ad...552dcc6. Read the comment docs.