class SimpleCov::ParallelAdapters::GenericAdapter

def first_worker?

"1" for the first worker. Both shapes match.
parallel_rspec inherits that. Runners that number from 1 use
parallel_tests sets the first worker's TEST_ENV_NUMBER to "";
def first_worker?
  ["", "1"].include?(ENV.fetch("TEST_ENV_NUMBER", nil))
end