我们如何捕获Jest的覆盖失败输出?

时间:2017-05-15 22:12:30

标签: javascript unit-testing jestjs circleci

我试图让这些字符串无法通过CI,有没有人成功完成此操作,如果是,那该怎么办?

Jest: Coverage for branches (40.15%) does not meet global threshold (50%) Jest: Coverage for lines (66%) does not meet global threshold (75%)

有一个PR似乎解决了类似的问题,但是当我使用此PR中的代码运行时,我无法捕获此输出。

https://github.com/facebook/jest/pull/3554

1 个答案:

答案 0 :(得分:1)

覆盖范围输出为stderr

试试这个jest --coverage 2> coverage-output.txt