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.
pragma: no cover如果标有 的线实际上被覆盖,有没有办法使覆盖失败?因为有时我将一条线标记为未覆盖,然后我添加了一个使其覆盖但我忘记删除 pragma 的功能,所以这个 pragma 变得混乱。
pragma: no cover