mattallty / jest-github-action

Jest action adding checks with annotations to your pull requests and coverage table as comments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support configure coverage failure threshold

missedone opened this issue · comments

for now the threshold is not configurable, we have projects have different failure threshold
thanks

@missedone wouldn't you configure this directly in using coverageThreshold in your jest configuration? https://jestjs.io/docs/en/configuration#coveragethreshold-object

ah, good one, oversaw that, thax