Skip to content

Commit

Permalink
Delayed Job
Browse files Browse the repository at this point in the history
Adding no code coverage to this class

Signed-off-by: Rodrigo Nardi <[email protected]>
  • Loading branch information
RodrigoMNardi committed Jun 17, 2024
1 parent 79ba730 commit 437b3ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/delayed_job_ctrl/delayed_job_ctrl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
class DelayedJobCtrl
include Singleton

# :nocov:
def initialize
@threads = []
@stop_requested = false
Expand All @@ -31,4 +32,5 @@ def create_worker(min_priority, max_priority)
Thread.exit
end
end
# :nocov:
end

0 comments on commit 437b3ad

Please sign in to comment.