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.
我正在使用 Rcov 进行代码覆盖。当我运行整个规范文件夹时,它低估了该特定文件的 9% 的覆盖率。(我确信代码已被覆盖)。当我只运行那个特定的规范文件时,它报告同一文件的覆盖率为 98%。
知道为什么会发生这种情况吗?