lib/rubysmith/templates/%project_name%/.circleci/config.yml.erb in rubysmith-6.10.0 vs lib/rubysmith/templates/%project_name%/.circleci/config.yml.erb in rubysmith-7.0.0
- old
+ new
@@ -28,10 +28,10 @@
- run:
name: Rake
command: bundle exec rake
-<% if configuration.build_simple_cov %>
+<% if settings.build_simple_cov %>
- store_artifacts:
name: SimpleCov Report
path: ~/project/coverage
destination: coverage
<% end %>