RCOV underreporting when running the entire spec vs running individual spec file

115 Views Asked by At

I am using Rcov for code coverage. When I run the entire spec folder, it underreports the coverage as 9% for that particular file. (I am sure the code is getting covered). When I run only that particular spec file it reports the coverage as 98% for the same file.

Any idea as to why this might happen?

0

There are 0 best solutions below