使用 ruby​​ 衡量单个规范的代码覆盖率的最佳方法是什么?

发布于 2024-10-27 21:49:00 字数 127 浏览 2 评论 0原文

我通常会使用 rake spec:rcov 来衡量所有测试的代码覆盖率。

我想要一种方法来测量一个规范的代码覆盖率,以帮助确保每个模型的规范正在测试完整的模型,而不是依赖于其他测试中的副作用。

有什么想法吗?

I typically do rake spec:rcov but that measures code coverage across all tests.

I would like a way to measure code coverage from one spec to help ensure that each model's spec is testing the full model rather relying on side effects in other tests.

Any ideas?

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

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

发布评论

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

评论(1

遥远的绿洲 2024-11-03 21:49:00
rcov test/*.rb 

我可能不完全理解你的问题,但如果你试图规范你的代码的一部分,这个命令应该可以做到。

我在这里读到了它: http://eigenclass.org/hiki.rb?rcov#l6

rcov test/*.rb 

I might not be understanding your question exactly, but if you are trying to spec just a portion of your code, this command should do it.

I read about it here: http://eigenclass.org/hiki.rb?rcov#l6

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