How to check the unit test coverage for the new code on local

1.2k views Asked by At

My company is going to force a new code unit testing coverage to allow the code merged. We have this number available on SonarQube after we commit and push to the remote branch. I was wondering if there is any tool/way for me to have a clue about this "new code" unit test coverage before I commit and push. Otherwise, I might end up with too many commits. Please advise. Thanks.

0

There are 0 answers