jestjs/jest#1211
When Jest performs code coverage, it seems to only cover the files that were tested instead of all files in my source directory. This gives a skewed percentage of files tested.
Jest 15 added a new config option for this called `collectCoverageFrom``
Can we have support for this in CRA?