-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
jest-coverage-ratchet doesn't raise jest's minimum coverage thresholds per category if current coverage is higher.
In my case, I have in my package.json :
"coverageThreshold": { "./src/shared/utils/Misc.js": { "lines": 80, "statements": 80, "functions": 80, "branches": 80 }
And in my coverage-summary, the coverage for this file is 100%,, then when I run jest-coverage-ratchet it doesn't raise the current threshold coverage for this file, it only raises the global.
Metadata
Metadata
Assignees
Labels
No labels