• 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/queue_services/aws_sqs/message_body_extractor.rb
UNCOV
1
module DispatchRider
×
UNCOV
2
  module QueueServices
×
UNCOV
3
    class AwsSqs < Base
×
UNCOV
4
      class MessageBodyExtractor
×
UNCOV
5
        attr_reader :parsed_message
×
6

UNCOV
7
        def initialize(raw_message)
×
UNCOV
8
          @parsed_message = JSON.parse(raw_message.body)
×
UNCOV
9
        end
×
10

UNCOV
11
        def extract
×
UNCOV
12
          parsed_message.has_key?("Message") ? parsed_message["Message"] : parsed_message.to_json
×
UNCOV
13
        end
×
UNCOV
14
      end
×
UNCOV
15
    end
×
UNCOV
16
  end
×
UNCOV
17
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