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

pulibrary / tigerdata-app / 7ab9089e-7ed5-4c90-9855-9749cfbe2d27

13 Nov 2025 02:38PM UTC coverage: 87.508% (-0.9%) from 88.421%
7ab9089e-7ed5-4c90-9855-9749cfbe2d27

push

circleci

web-flow
Show the status of our java plugin (#2175)

Ref #2166

<img width="1262" height="486" alt="Screenshot 2025-11-10 at 11 22
04 AM"
src="https://github.com/user-attachments/assets/d9132f9a-f0e1-4e15-ac53-3336a48f77f4"
/>

---------

Co-authored-by: Hector Correa <hector_correa@princeton.edu>

5 of 7 new or added lines in 1 file covered. (71.43%)

557 existing lines in 36 files now uncovered.

2760 of 3154 relevant lines covered (87.51%)

362.41 hits per line

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

90.0
/app/models/mediaflux/connection.rb
1
# frozen_string_literal: true
2
module Mediaflux
4✔
3
  class Connection
4✔
4
    # The host nome for the Mediaflux server
5
    # @return [String]
6
    def self.host
4✔
7
      Rails.configuration.mediaflux["api_host"]
3,076✔
8
    end
9

10
    # The host port for the Mediaflux server
11
    # @return [Integer]
12
    def self.port
4✔
13
      Rails.configuration.mediaflux["api_port"].to_i
3,075✔
14
    end
15

16
    # The host transport for the Mediaflux server
17
    # @return [String]
18
    def self.transport
4✔
19
      Rails.configuration.mediaflux["api_transport"]
3,073✔
20
    end
21

22
    def self.root
4✔
23
      Rails.configuration.mediaflux["api_root"]
×
24
    end
25

26
    def self.root_collection
4✔
UNCOV
27
      Rails.configuration.mediaflux["api_root_collection"]
1✔
28
    end
29

30
    def self.root_collection_namespace
4✔
31
      Rails.configuration.mediaflux["api_root_collection_namespace"]
9✔
32
    end
33

34
    def self.root_collection_name
4✔
UNCOV
35
      Rails.configuration.mediaflux["api_root_collection_name"]
1✔
36
    end
37

38
    def self.root_namespace
4✔
UNCOV
39
      Rails.configuration.mediaflux["api_root_ns"]
1✔
40
    end
41

42
    def self.hidden_root
4✔
43
      Rails.configuration.mediaflux["api_hidden_root"]
×
44
    end
45
  end
46
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