• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

payrollhero / dispatch-rider / #3015

02 Sep 2022 11:22PM UTC coverage: 0.409% (-84.7%) from 85.154%
#3015

push

web-flow
Layout/SpaceInsideStringInterpolation-20220901233630 (#89)

* :police_car: regenerate rubocop todo

* :police_car: Layout/SpaceInsideStringInterpolation

* :police_car: regenerate rubocop todo

Co-authored-by: Rubocop Challenger <rubocop@payrollhero.com>

0 of 1 new or added line in 1 file covered. (0.0%)

1529 existing lines in 63 files now uncovered.

7 of 1711 relevant lines covered (0.41%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

20.59
/lib/dispatch-rider.rb
1
# Top level namespace of the gem
2
require "dispatch-rider/version"
1✔
3

4
require "active_support/hash_with_indifferent_access"
1✔
5
require "active_support/core_ext/hash/indifferent_access"
1✔
6
require "active_support/inflector"
1✔
7
require "active_support/json"
1✔
8
# Local testing fails without this
9
#require "active_support/isolated_execution_state"
10
require "active_support/core_ext/array/conversions"
1✔
11
require "active_model"
1✔
12

UNCOV
13
require "dispatch-rider/configuration"
×
UNCOV
14
require 'retriable'
×
15

UNCOV
16
module DispatchRider
×
UNCOV
17
  class << self
×
UNCOV
18
    def configure
×
UNCOV
19
      yield configuration
×
20
    end
21

UNCOV
22
    def configuration
×
UNCOV
23
      @configuration ||= Configuration.new
×
24
    end
UNCOV
25
    alias_method :config, :configuration
×
26

UNCOV
27
    def clear_configuration!
×
UNCOV
28
      @configuration = nil
×
29
    end
30
  end
31
end
32

UNCOV
33
require "dispatch-rider/debug"
×
UNCOV
34
require "dispatch-rider/errors"
×
UNCOV
35
require "dispatch-rider/error_handlers"
×
UNCOV
36
require "dispatch-rider/handlers"
×
UNCOV
37
require "dispatch-rider/callbacks"
×
UNCOV
38
require "dispatch-rider/message"
×
UNCOV
39
require "dispatch-rider/registrars"
×
UNCOV
40
require "dispatch-rider/notification_services"
×
UNCOV
41
require "dispatch-rider/queue_services"
×
UNCOV
42
require "dispatch-rider/dispatcher"
×
UNCOV
43
require "dispatch-rider/demultiplexer"
×
UNCOV
44
require "dispatch-rider/runner"
×
UNCOV
45
require "dispatch-rider/publisher"
×
UNCOV
46
require "dispatch-rider/subscriber"
×
UNCOV
47
require "dispatch-rider/scheduled_job"
×
UNCOV
48
require "dispatch-rider/logging"
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc