chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Code coverage


From: Loïc Faure-Lacroix
Subject: [Chicken-users] Code coverage
Date: Wed, 30 Oct 2013 18:51:08 +0400

Is there any tool or a way to do code coverage? I’m using misbehave for unit testing and I’d love to be able to dump code coverage of my tests. This way it will be easy to find which part of the code aren’t covered and which part are already covered. 

It could then be used to generate an interactive visualization of covered code. 

I unfortunately couldn’t find anything close to “instanbul” a code coverage tool for _javascript_. I believe that it could be fairly easy to do in Scheme by wrapping almost all S-expressions into a special function. 
-- 
Loïc Faure-Lacroix
Sent with Airmail

reply via email to

[Prev in Thread] Current Thread [Next in Thread]