Skip to content

Commit

Permalink
Fix code coverage merging (#9922)
Browse files Browse the repository at this point in the history
Co-authored-by: AbdulFattaah Popoola <abdulapopoola@github.com>
  • Loading branch information
deivid-rodriguez and abdulapopoola authored Jun 8, 2024
1 parent cc93d42 commit 9d7724b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# SimpleCov _must_ be started before any dependabot code is loaded
SimpleCov.start do
command_name "test-process-#{ENV.fetch('TEST_ENV_NUMBER', 1)}"
add_filter "/spec/"
if ENV["CI"]
formatter SimpleCov::Formatter::SimpleFormatter
Expand Down

0 comments on commit 9d7724b

Please sign in to comment.