You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
When parallelize(workers: :number_of_processors) is added in test_hepler.rb and we execute rake, the test coverage report for SimpleCov show incorrect results.
When this line is commented out the coverage report is correct.
I also tried SimpleCov Parallel gem but this too shows an incorrect result.
The text was updated successfully, but these errors were encountered:
@puneet-sutar I researched on this issue and was not able to get the correct solution. So I have created a new issue in SimpleCov gem simplecov-ruby/simplecov#718 and mentioned the approaches I have taken to solve this.
Context
When
parallelize(workers: :number_of_processors)
is added intest_hepler.rb
and we execute rake, the test coverage report for SimpleCov show incorrect results.When this line is commented out the coverage report is correct.
I also tried SimpleCov Parallel gem but this too shows an incorrect result.
The text was updated successfully, but these errors were encountered: