phodal / coca

Coca is a toolbox which is design for legacy system refactoring and analysis, includes call graph, concept analysis, api tree, design patterns suggest. Coca 是一个用于系统重构、系统迁移和系统分析的工具箱。它可以分析代码中的测试坏味道、模块化分析、行数统计、分析调用与依赖、Git 分析以及自动化重构等。
https://coca.migration.ink/
Mozilla Public License 2.0
957 stars 110 forks source link

feat: add graph call bad smell #4

Closed huleTW closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.62%. The diff coverage is 80.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   91.36%   91.98%   +0.62%     
==========================================
  Files          98       98              
  Lines        3844     3870      +26     
==========================================
+ Hits         3512     3560      +48     
+ Misses        235      222      -13     
+ Partials       97       88       -9
Impacted Files Coverage Δ
pkg/domain/bs_domain/bad_smell.go 94% <100%> (+0.52%) :arrow_up:
pkg/application/bs/bs_app.go 90.47% <77.27%> (-4.69%) :arrow_down:
pkg/application/git/git.go 93.23% <0%> (+7.51%) :arrow_up:
pkg/application/git/changelog.go 93.33% <0%> (+13.33%) :arrow_up:
cmd/git.go 92% <0%> (+17.33%) :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 867c7fb...2778652. Read the comment docs.