Trying to get code coverage up and running, and I'm just reading documentation first. I found a few articles that mention building with the --coverage
flag, while others mention the --ftest-coverage
.
Both descriptions seem to say they do the same thing, but I'm not certain.
Here's two articles:
What's the difference?