I am using clover to compute my code-coverage with PHPUnit and I am looking for a way to display the uncovered lines of code via console (could be a command, bash script or PHP script).
I have the HTML report, but, I can't open it as the tests run on Travis.
So, how can I display the uncovered lines of code in the after_faillure
event of Travis ?
M.