<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Good day to everyone, <br>
    <br>
    I'm building a riak-core based application which relies con rebar +
    gnu make to generate deployment nodes (i.e: an embedded erts plus
    all source code and dependencies). Each app is stored in an .ez file
    inside the "lib" folder. No unzipping of the files in a special
    directory occurs in runtime because the code server is able to load
    .beam files from archives (tough experimentally, as stated in
    <a class="moz-txt-link-freetext" href="http://www.erlang.org/doc/man/code.html">http://www.erlang.org/doc/man/code.html</a>). <br>
    <br>
    The cover server, instead, can't access such files, which makes it
    impossible to perform cover analysis in runtime (something we
    require because the modules to analyse rely on servers which are
    spawned on demand). My question would be the following: <br>
    <br>
    1) Is it possible to cover compile the binaries at compile-time
    (i.e., before generating the node releases) ?<br>
    2) Is there any way to access the .ez files without unzipping them,
    so as to pass a reference to that file to cover:compile_beam() ?<br>
    <br>
    (Note to rebar users: rebar eunit doesn't do the job for me, because
    it performs offline, static, coverage analysis). <br>
    <br>
    Any help would be greatly appreciated. <br>
    <br>
    Thanks in advance<br>
    <br>
    Diego Llarrull<br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
      <title></title>
      <meta name="GENERATOR" content="LibreOffice 3.5 (Linux)">
      <meta name="AUTHOR" content="Juan Riboldi">
      <meta name="CREATED" content="20120517;15543900">
      <meta name="CHANGEDBY" content="Juan Riboldi">
      <meta name="CHANGED" content="20120517;16172600">
      <style type="text/css">
        <!--
                TD P { margin-bottom: 0cm }
        --></style></div>
  </body>
</html>