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.
我想在本地在 python 中生成 codecov。我知道我们可以使用 codecov 操作在 github 上生成 codecov。但想知道如何在本地系统中做到这一点。你有什么参考吗
我认为这是不可能的。但是如果你只是想测量你的代码覆盖率,你可以使用Coverage.py。