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 项目,我在其中使用 pytest 和 pytest-cov 创建了一些测试。我想添加一个 github 操作,如果覆盖率低于某个任意 x 数,它将运行覆盖率测试并失败。最好的方法是什么?