Skip to content

Commit

Permalink
try to make coverage pass
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Aug 31, 2023
1 parent 9c89128 commit 01ab3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SimpleCov.enable_coverage :branch
SimpleCov.enable_coverage :branch if RUBY_VERSION >= "2.5.0"

SimpleCov.add_filter %r{/vendor/}
SimpleCov.add_filter %r{/spec/support/}
Expand Down

0 comments on commit 01ab3ae

Please sign in to comment.