Module: SimpleCov::RunIdentity::Accessors
- Included in:
- SimpleCov
- Defined in:
- lib/simplecov/run_identity.rb
Overview
Mixed into SimpleCov after ParallelAdapters has loaded.
Instance Method Summary collapse
Instance Method Details
#run_id ⇒ Object
68 69 70 |
# File 'lib/simplecov/run_identity.rb', line 68 def run_id SimpleCov::RunIdentity.current end |
#worker_id ⇒ Object
72 73 74 |
# File 'lib/simplecov/run_identity.rb', line 72 def worker_id SimpleCov::RunIdentity.current_worker_id end |