Skip to content

Commit

Permalink
Adjust rails generators coverage filter
Browse files Browse the repository at this point in the history
We do not test generators and after we moved the generators out of the lib/rails folder we need to adjust the filter.
  • Loading branch information
tvdeyen committed Jul 26, 2020
1 parent 190b730 commit cdb19f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SimpleCov.start "rails" do
add_filter "/lib/alchemy/upgrader"
add_filter "/lib/alchemy/version"
add_filter "/lib/rails"
add_filter "/lib/generators"
end

require "rspec/core"
Expand Down

0 comments on commit cdb19f2

Please sign in to comment.