Created by: scottty881
Previously coverage reporting was only done for js files that had an associated test file. This change allows for coverage reporting on all js files(except for src/index.js), even if there is no test.
New example coverage output(auto.js is a new file with no tests):