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

pulibrary / tigerdata-app / 9c782214-0634-477f-ae05-9477dd56fefb

06 Nov 2025 06:31PM UTC coverage: 87.824% (-3.4%) from 91.201%
9c782214-0634-477f-ae05-9477dd56fefb

Pull #2160

circleci

bess
WIP: Use a service from a plugin
Pull Request #2160: WIP: Use a service from a plugin

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

938 existing lines in 35 files now uncovered.

2741 of 3121 relevant lines covered (87.82%)

471.11 hits per line

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

57.14
/app/models/mediaflux/string_reverse.rb
1
# frozen_string_literal: true
NEW
2
module Mediaflux
1✔
NEW
3
  class StringReverse < Request
1✔
4
    # This is only here to prove that we can use a mediaflux service that is provided by
5
    # a java plugin.
6

7
    # Constructor
8
    # @param session_token [String] the API token for the authenticated session
NEW
9
    def initialize(string:, session_token:)
1✔
NEW
10
      super(session_token: session_token)
×
NEW
11
      @string = string
×
NEW
12
    end
13

14
    # Specifies the Mediaflux service to use when querying Mediaflux.
15
    # @return [String]
NEW
16
    def self.service
1✔
NEW
17
      "tigerdata.trivial :string #{@string}"
×
NEW
18
    end
NEW
19
  end
NEW
20
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

© 2026 Coveralls, Inc