lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb in rubysmith-6.10.0 vs lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb in rubysmith-7.0.0

- old
+ new

@@ -17,10 +17,10 @@ bundler-cache: true - name: Build run: bundle exec rake -<% if configuration.build_simple_cov %> +<% if settings.build_simple_cov %> - name: SimpleCov Report uses: actions/upload-artifact@v4 with: name: coverage path: coverage