Skip to content

Commit

Permalink
chore: codecov configuration update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Aug 6, 2024
1 parent b3e5254 commit b27f5df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
require "bundler/setup"

require "simplecov"
SimpleCov.start
SimpleCov.start do
add_filter "/spec/"
end

require "simplecov-cobertura"
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
Expand Down

0 comments on commit b27f5df

Please sign in to comment.