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 10, 2024
1 parent dfeb987 commit 86448bc
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 86448bc

Please sign in to comment.