Fwd: CodeCoverage: First Monthly Update

2017-03-03 Thread Kyle Lahnakoski
It was pointed out that my email address did not have enough "L"s in it. Here is my real email address: klahnako...@mozilla.org Forwarded Message Subject:CodeCoverage: First Monthly Update Date: Thu, 2 Mar 2017 21:29:10 -0500 From: Kyle Lahnakoski T

CodeCoverage: First Monthly Update

2017-03-02 Thread Kyle Lahnakoski
It is my pleasure to introduce you all to our project to collect code coverage! Motivation Knowing code coverage statistics and code coverage specifics can help evaluate risk in code: It can show what test suites cover what lines, it can show if new code is covered by an existing test. There a