Hi!<div><br></div><div>In order to enable the coverage log for the rebar ct command you must add the following config file the root of your application directory. Replace cowboy with the application(s) you want to generate coverage logs for.</div>
<div><br></div><div><a href="https://github.com/extend/cowboy/blob/master/cover.spec">https://github.com/extend/cowboy/blob/master/cover.spec</a></div><div><br></div><div>MVH Magnus<br><br><div class="gmail_quote">On Fri, Dec 16, 2011 at 7:29 PM, Roman Shestakov <span dir="ltr"><<a href="mailto:romanshestakov@yahoo.co.uk">romanshestakov@yahoo.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><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></div><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>