Adding Code Coverage Reports to a JavaScript Project
The idea of code coverage as a metric to ensure a code base is exercised really appeals to me. However when I would try to add it to my existing project I would struggle, flounder and decide to try again later on after burning too much time on it. The lure of ready to run testing stacks… Read More »