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.
我在下面有这段代码,我正在使用nyc并babel创建一个覆盖率报告。
nyc
babel
出于某种原因,报告给了我一个“未采取其他路径”的问题,但我无法阻止这种情况。
为什么会在这里?我怎样才能让它消失?
这是因为我没有任何代码继续超过所有这些返回。我把它移到return false了底部,它起作用了。
return false