Skip to content

Commit

Permalink
Disable branch cov
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Jun 28, 2023
1 parent cfa539f commit c5bea64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/rspec_with_simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ begin
require 'simplecov'

SimpleCov.start do
enable_coverage :branch
# Flaky :(
# enable_coverage :branch
end
end
rescue LoadError
Expand Down

0 comments on commit c5bea64

Please sign in to comment.