Skip to content

Commit

Permalink
fix: rspec -> lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabrin committed Sep 22, 2022
1 parent 2e43be2 commit 790bf9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

SimpleCov.formatter = SimpleCov::Formatter::LcovFormatter
SimpleCov.start do
add_filter(/^\/spec\//) # For RSpec
add_filter(/^\/test\//) # For Minitest
enable_coverage(:branch) # Report branch coverage to trigger branch-level undercover warnings
end
Expand Down

0 comments on commit 790bf9d

Please sign in to comment.