lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb in rubysmith-4.4.0 vs lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb in rubysmith-4.5.0

- old
+ new

@@ -16,5 +16,13 @@ with: bundler-cache: true - name: Rake run: bundle exec rake + +<% if configuration.build_simple_cov %> + - name: Archive SimpleCov Report + uses: actions/upload-artifact@v3 + with: + name: coverage + path: coverage +<% end %>