Hello,

amirouche <amirou...@hypermove.net> skribis:
> I've setup a simple example, it requires guile and lcov for genhtml.
>
> You can reproduce the issue as follow:
>
>  $ git clone https://github.com/a-guile-mind/coverage
>  $ cd coverage
>  $ make
>    test echo
>    Overall coverage rate:
>      lines......: 0.0% (0 of 9164 lines)
>      functions..: no data found
>
> As you can see in the output, no lines seems to be visited by the vm.
> The output should be at least one, the line inside test.scm.

I think you need to use the VM’s “debug” engine, the one you get when
invoking “guile --debug”.

HTH!

Ludo’.


Reply via email to