如何从命令行查看 rcov 的统计信息?

发布于 2024-10-06 18:51:31 字数 183 浏览 5 评论 0原文

我正在运行内置的 rake 任务来生成 rcov 报告:

rake spec:rcov

这会在我的覆盖目录中生成文件,但我希望看到一些汇总统计信息输出到命令控制台。

像总覆盖率和正在测试的行数之类的格式与运行“rake stats”时得到的格式类似

有人知道有什么方法可以做到这一点吗?

I'm running the built-in rake task to generate rcov reports:

rake spec:rcov

This generate files in my coverage directory, but I would like to see some aggregate stats output to the command console.

Something like the total coverage and number of lines being tested in a format similar to what you get when you run "rake stats"

Anyone know of a way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱娆 2024-10-13 18:51:31

我将 --text-summary 选项添加到我的 rcov.opts 中,它输出我需要的数据。

I added the --text-summary option to my rcov.opts and it outputs the data I need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文