如何排除 rcov 和 cucumber 中的文件?
我想排除如下图所示的文件,这样就不需要包含来测试,那么如何解决这个问题呢?
I want to exclude files like on this picture below, so it not necessary include to test, so how to solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从这张图片中,我了解到您只是想将它们排除在覆盖率分析之外?
如果是这样,类似这样的事情可能会有所帮助:
http://psixty.wordpress.com/2010/06/22/how-to-exclude-files-in-rcova-code-coverage-tool-in-ruby/
From that picture, I'm understanding you just want to exclude them from the coverage analysis?
If so, something like this might help:
http://psixty.wordpress.com/2010/06/22/how-to-exclude-files-in-rcova-code-coverage-tool-in-ruby/
找到您的黄瓜任务文件(cucumber.rake),并在 rcov_opts 上写入您要排除的文件。例如:
Find your cucumber task file (cucumber.rake), and write on the rcov_opts what the files that you want to exclude. For example: