You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure I understand the two ways you're running tests. One is bundle exec rspec and the other is?
In any case, in looking at your gist, I see you're requiring and starting SimpleCov multiple ways. That could account for the different results. You may want to look at and compare the json it generates in the coverage directory.
While negligible, both types of generated coverage reports have different % values. After a closer look, LOC reported also differ.
From

./coverage/index.html
After running
bundle exec rspec
in terminal:Coverage report generated for RSpec to ./coverage. 8023 / 14085 LOC (56.96%) covered.
The following Gist holds
spec_helper.rb
,.simplecov
, and my environmenthttps://gist.github.com/onebree/99a048461f41713b9999
The text was updated successfully, but these errors were encountered: