Assuming you followed the instructions at https://github.com/colszowka/simplecov#getting-started, where did you place it in the Gemfile? Note that the Jumpstart default Gemfile already has a :test group, I placed mine at the end of it (gem 'simplecov', require: false). However, I also tested placing inside all bundler groups...no change.
It might be your .gitignore file tricking you. Did you add it there already?
Hey guys, thanks for the response! I tried adding SimpleCov again from scratch, and I'm still not able to get a coverage folder created. My tests run fine, but after they finish, it is not creating that folder.
I added SimpleCov to the Gemfile like this:
image.png74.6 KB
Then I added this to `test_helper.rb`:
image.png106 KB
I think I'm following the same approach you both did. This leads me to believe I've done something outside of SimpleCov to get in its way.
Jake Smith•
Ugh...I've been adding those two lines to the top of the wrong `test_helper.rb` file. I was adding it to the one in `lib/jumpstart`... I'm so silly...