rbardini / jest-it-up

🌐📈 Automatically bump up global Jest thresholds whenever coverage goes above them
https://npm.im/jest-it-up
MIT License
64 stars 11 forks source link

Read coverage directory from package.json #6

Open woutermont opened 3 years ago

woutermont commented 3 years ago

Our Jest config is currently part of our package.json, and jest-it-up seems unable to detect it. Is there a way around this, or would you be willing to add this as an enhancement?

rbardini commented 3 years ago

Hi @woutermont! This is a known limitation. I'm definitely willing to support package.json-based configs though. Any contributions towards that are welcome 🙂

My advice for now is to move the config to a separate jest.config.js file, if possible.