test:all together with gcov:all ? #1094
-
|
Is the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I'm assuming you're still using a For For |
Beta Was this translation helpful? Give feedback.
-
|
Is the |
Beta Was this translation helpful? Give feedback.
-
|
I'm assuming you're still using a For For |
Beta Was this translation helpful? Give feedback.
I'm assuming you're still using a
0.xrelease instead of a1.xrelease, based on this question.For
0.x, thenceedling gcov:all utils:gcovis sufficient. Doing thetest:allwill build all your tests and run them. Thegcov:allwill REBUILD all your tests with coverage included and run them, and then theutils:gcovwill run the report generators on the generated output.For
1.x, you only needceedling gcov:all. The separation oftest:allandgcov:allis still consistent, but theutils:gcovis no longer an option and is automatic. (meaning that runninggcov:allwill always automatically regenerate your reports.