Skip to content

Commit

Permalink
Fix coverage report for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal committed Dec 10, 2023
1 parent 7222376 commit 9dbb4c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
require "rails/test_help"
require "minitest/mock"

Rails.application.eager_load! # see https://github.com/simplecov-ruby/simplecov?tab=readme-ov-file#want-to-use-spring-with-simplecov

class ActiveSupport::TestCase
# Run tests in parallel with specified workers
parallelize(workers: :number_of_processors)
Expand Down

0 comments on commit 9dbb4c2

Please sign in to comment.