From b5c961a26a1a28f633d6d30e15ce5823a0e7559c Mon Sep 17 00:00:00 2001 From: Joshua Pinter Date: Mon, 4 May 2020 12:20:40 -0600 Subject: [PATCH] Fix "tess" -> "tests" typo. (#890) --- lib/simplecov.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simplecov.rb b/lib/simplecov.rb index 6002776d..1a0c5556 100644 --- a/lib/simplecov.rb +++ b/lib/simplecov.rb @@ -279,7 +279,7 @@ def result_exit_status(result, covered_percent) # @api private # def final_result_process? - # checking for ENV["TEST_ENV_NUMBER"] to determine if the tess are being run in parallel + # checking for ENV["TEST_ENV_NUMBER"] to determine if the tests are being run in parallel !defined?(ParallelTests) || !ENV["TEST_ENV_NUMBER"] || ParallelTests.number_of_running_processes <= 1 end