feat(tests): Generate accurate code coverage report
Generates more accurate code coverages. The default behaviour only included source code "touched" by a test (including mocks). This patch will include all JavaScript files, even those untouched by tests, unless it's a mock.
Edited by Olivier Goulet