Skip to content
Discussion options

You must be logged in to vote

I'm assuming you're still using a 0.x release instead of a 1.x release, based on this question.

For 0.x, then ceedling gcov:all utils:gcov is sufficient. Doing the test:all will build all your tests and run them. The gcov:all will REBUILD all your tests with coverage included and run them, and then the utils:gcov will run the report generators on the generated output.

For 1.x, you only need ceedling gcov:all. The separation of test:all and gcov:all is still consistent, but the utils:gcov is no longer an option and is automatic. (meaning that running gcov:all will always automatically regenerate your reports.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by turecekpetr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants