I’m testing sonarcloud and everytime i want to check did the coverage increase i have to push code, wait for pull request approve, and then pipeline, after that i can check, that too much step so i wonder is there a way i can check coverage percent local like jest, or just show on terminal ( coverage on jest is different than sonar because sonar use own metric that use condition test also )
And one more question is, can we config jest using sonar metric?
Thank you a lots