Skip to content

Commit

Permalink
temp disable enable_coverage_for_eval
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Jan 22, 2024
1 parent b49b37f commit c28144a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SimpleCov.start do
add_filter(/^\/test\//)
enable_coverage(:branch)
enable_coverage_for_eval
# enable_coverage_for_eval
end

ENV['RAILS_ENV'] ||= 'test'
Expand Down

0 comments on commit c28144a

Please sign in to comment.