Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Jun 28, 2023
1 parent fc85856 commit f4fdd75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .simplecov_spawn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
SimpleCov.formatter SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::CoberturaFormatter,
])
SimpleCov.start do
add_filter '/spec/'
add_filter '/scripts/'
enable_coverage :branch
primary_coverage :branch
end
end

0 comments on commit f4fdd75

Please sign in to comment.