Hello<br><br>I have strange behaviour of rebar+common_test+cover.<br>There is two files in ./test/:<br><br>my_module1_SUITE.erl<br>my_module2_SUITE.erl<br><br>where ct suites defined. When I run `rebar ct verbose=1` I see:<br>
<br>```<br>...<br>Cover compiling 'myapp' (16 files) - this may take some time... done<br>...<br clear="all">Cover analysing...<br>WARNING: Analysis failed for my_module1. Reason: {error,{not_cover_compiled,my_module1}}<br>
WARNING: Analysis failed for my_module2. Reason: {error,{not_cover_compiled,my_module2}}<br>```<br><br>Why I see no any error before at cover compilation step?<br><br>Moreover, if I just replace my_module1_SUITE:all/0 to return just empty list [], warning "Analysis failed for my_module1" disappears, and cover for this file appears in cover.html log.<br>
<br>Can you explain me this strange issues? Is this any bug or expected behaviour?<br><br>Thank you.<br><br>-- <br>Maxim Treskin<br><a href="http://metachord.com">http://metachord.com</a><br>