Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试查看是否从我的测试工具中启用了鼻子插件。我正在尝试做的具体事情是将覆盖模块的启用状态传播到子流程执行。本质上,当使用 --with-coverage 时,我想直接执行覆盖工具下的子流程(或向下传播标志)。
这可以做到吗?
这是您需要在鼻子周围工作的情况之一。有关确保子流程自动调用覆盖率的方法,请参阅覆盖率文档中的测量子流程。