[erlang-questions] is it possible to make rebar generate cover analysis both for eunit and ct tests?

Roman Shestakov romanshestakov@REDACTED
Fri Dec 16 19:29:14 CET 2011


hello, 


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?


I run my tests with makefile with these two commands.


    $(REBAR) skip_deps=true eunit
    $(REBAR) ct


 Ideally I would like to  see cover analysis for both ct and eunit tests on the same report, is this possible?

Regards, Roman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20111216/eca9c2a1/attachment.htm>


More information about the erlang-questions mailing list