Closed yui-knk closed 8 years ago
I first bundle install --path vendor/bundle
. And then I run tests locally.
In this situation, before this commit, simplecov also calculates coverages for files
which are located under vendor/bundle
.
This commit prevent simplecov calculating to coverages for files located under vendor/bundle
.
@v0dro I think I can understand it. In some Bunlder global settings, it creates local gem cache in current project, and it is in ./vendor/bundle
folder. (I have this setting some time ago, it is somewhat convenient, but creates unexpected complications sometimes, like described above)
Ok works.
What does this change do exactly?