mozilla / remote-newtab

Remotely-hosted New Tab Page
https://mozilla.github.io/remote-newtab/src/
Mozilla Public License 2.0
15 stars 7 forks source link

Make code coverage more accurate #168

Open k88hudson opened 8 years ago

k88hudson commented 8 years ago

Right now because of the way the tests are instrumented only files that are required in tests are included in the coverage report :see_no_evil:

This can be fixed by iterating all files in whatever directories and requiring them in tests/index

:sob: