rake metrics:all似乎将所有指标报告生成为flog,flay..etc。如何为单个指标(例如flog)运行报告rake metrics:flog在运行此命令时出现以下错误
rake aborted!
Don't know how to build task 'metrics:flog'发布于 2013-02-12 10:05:26
metric_fu 3.0现在发布了,它允许你通过命令行或者通过一个'.metrics‘文件(我是维护者)来做这件事。https://github.com/metricfu/metric_fu例如你可以运行
metric_fu -r --no-flay --no-reek --no-saikuro --no-churn --no-roodi --no-rcovhttps://stackoverflow.com/questions/12794655
复制相似问题