• 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

0.0
/lib/dispatch-rider/publisher/configuration_reader.rb
UNCOV
1
module DispatchRider
×
UNCOV
2
  class Publisher
×
UNCOV
3
    module ConfigurationReader
×
UNCOV
4
      class << self
×
UNCOV
5
        def load_config(configuration, publisher)
×
UNCOV
6
          configure_notification_services(configuration.notification_services, publisher)
×
UNCOV
7
          configure_destinations(configuration.destinations, publisher)
×
UNCOV
8
        end
×
9

UNCOV
10
        private
×
11

UNCOV
12
        def configure_notification_services(notification_services, publisher)
×
UNCOV
13
          notification_services.each do |service|
×
UNCOV
14
            publisher.register_notification_service(service.name, service.options)
×
UNCOV
15
          end
×
UNCOV
16
        end
×
17

UNCOV
18
        def configure_destinations(destinations, publisher)
×
UNCOV
19
          destinations.each do |destination|
×
UNCOV
20
            publisher.register_destination(destination.name, destination.service, destination.channel, destination.options)
×
UNCOV
21
          end
×
UNCOV
22
        end
×
UNCOV
23
      end
×
UNCOV
24
    end
×
UNCOV
25
  end
×
UNCOV
26
end
×
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