<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>hello, <br></div><div><br></div><div>for one of my projects I use both eunit and ct tests. But looks like option{cover_enabled, true} in rebar.config works only for eunit tests. Is this expected?<br></div><div><br></div><div>I run my tests with makefile with these two commands.<br></div><div><br></div><div>    $(REBAR) skip_deps=true eunit<br>    $(REBAR) ct<br></div><div><br></div><div> Ideally I would like to  see cover analysis for both ct and eunit tests on the same report, is this possible?</div><div><br></div><div>Regards, Roman<br></div></div></body></html>