We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make test
Currently we need to execute something like the following to obtain coverage information:
$ gcov pslib_osx.c File 'pslib_osx.c' Lines executed:73.56% of 696 pslib_osx.c:creating 'pslib_osx.c.gcov'
It will be good to have this automatically printed at the end of make test.
The text was updated successfully, but these errors were encountered:
Noufal shared this over email which might be helpful.
Sorry, something went wrong.
No branches or pull requests
Currently we need to execute something like the following to obtain coverage information:
It will be good to have this automatically printed at the end of
make test
.The text was updated successfully, but these errors were encountered: