codeclimate / test-reporter

Code Climate Test Reporter
MIT License
156 stars 76 forks source link

Include diff coverage in show-coverage command #469

Open ankushg opened 3 years ago

ankushg commented 3 years ago

The show-coverage command is very useful for checking things on CI or while offline, but it currently only shows the total repo coverage

It would be even better if it were able to show diff coverage too, so that we can more quickly verify if we have enough coverage before pushing and waiting for the CI pipeline