znyang / library-analysis

Library Analysis Gradle Plugin
119 stars 24 forks source link

添加PackageName的显示;添加Module List,列出所有依赖库信息。 #16

Closed znyang closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #16 into master will decrease coverage by -15.88%. The diff coverage is 11.45%.

@@              Coverage Diff              @@
##             master      #16       +/-   ##
=============================================
- Coverage     60.49%   44.61%   -15.88%     
+ Complexity       50       49        -1     
=============================================
  Files            12       14        +2     
  Lines           243      325       +82     
  Branches         46       59       +13     
=============================================
- Hits            147      145        -2     
- Misses           70      150       +80     
- Partials         26       30        +4
Impacted Files Coverage Δ Complexity Δ
...zen/plugin/lib/analysis/util/PackageChecker.groovy 0% <ø> (ø) 0 <ø> (?)
...plugin/lib/analysis/render/OutputModuleList.groovy 0% <ø> (ø) 0 <ø> (?)
.../lib/analysis/task/DependencyTreeReportTask.groovy 0% <ø> (ø) 0 <ø> (ø) :x:
...zen/plugin/lib/analysis/render/HtmlRenderer.groovy 0% <ø> (ø) 0 <ø> (ø) :x:
...en/plugin/lib/analysis/model/DependencyInfo.groovy 100% <100%> (ø) 1 <ø> (ø) :x:
...gin/lib/analysis/model/DependencyDictionary.groovy 91.3% <100%> (ø) 12 <1> (ø) :x:
...oovy/com/zen/plugin/lib/analysis/model/Node.groovy 71.42% <53.84%> (-6.74%) 19 <6> (-1)

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 27ed38e...f4a35bc. Read the comment docs.