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

pulibrary / tigerdata-app / 5205f704-d89d-4c43-8cfa-9e6783edc33a

29 Feb 2024 07:04PM UTC coverage: 60.206% (-29.9%) from 90.092%
5205f704-d89d-4c43-8cfa-9e6783edc33a

push

circleci

jrgriffiniii
Ensuring that the storage usage and storage capacity is retrieved for
Mediaflux Projects and rendered on the "contents" Project View

11 of 34 new or added lines in 4 files covered. (32.35%)

451 existing lines in 34 files now uncovered.

935 of 1553 relevant lines covered (60.21%)

9.47 hits per line

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

58.33
/app/models/mediaflux/http/collection_list_request.rb
1
# frozen_string_literal: true
2
module Mediaflux
1✔
3
  module Http
1✔
4
    class CollectionListRequest < Request
1✔
5
      # Specifies the default namespace to use when listing Collections
6
      # @return [String]
7
      def self.default_namespace
1✔
UNCOV
8
        "tigerdata"
×
9
      end
10

11
      # Specifies the Mediaflux service to use when listing Collections
12
      # @return [String]
13
      def self.service
1✔
UNCOV
14
        "asset.collection.list"
×
15
      end
16

17
      private
1✔
18

19
        def build_http_request_body(name:)
1✔
UNCOV
20
          super(name: name) do |xml|
×
UNCOV
21
            xml.args do
×
UNCOV
22
              xml.namespace self.class.default_namespace
×
23
            end
24
          end
25
        end
26
    end
27
  end
28
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