Skip to content

Commit

Permalink
Ignore railtie with Simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed Aug 19, 2024
1 parent 0e8eb70 commit 7733dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
SimpleCov.minimum_coverage 99
SimpleCov.start do
add_filter "/spec/"
add_filter "/lib/promenade/railtie.rb"
end

if ENV["CI"]
Expand Down

0 comments on commit 7733dc8

Please sign in to comment.