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

pulibrary / tigerdata-app / ddee6371-727a-419d-be10-3fd2132d4b80

31 Oct 2025 05:33PM UTC coverage: 91.394% (+3.7%) from 87.65%
ddee6371-727a-419d-be10-3fd2132d4b80

push

circleci

web-flow
Change layout of draft request details (#2125)

ref #2107

3 of 14 new or added lines in 1 file covered. (21.43%)

665 existing lines in 31 files now uncovered.

2825 of 3091 relevant lines covered (91.39%)

488.44 hits per line

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

100.0
/app/channels/mediaflux_channel.rb
1
# frozen_string_literal: true
UNCOV
2
class MediafluxChannel < ApplicationCable::Channel
2✔
UNCOV
3
  def subscribed
2✔
UNCOV
4
    update_state
1✔
UNCOV
5
  end
6

UNCOV
7
  def unsubscribed
2✔
UNCOV
8
    transmit({ state: false })
1✔
UNCOV
9
  end
10

UNCOV
11
  def update_state
2✔
UNCOV
12
    state = mf_version.present?
2✔
13

UNCOV
14
    transmit({ state: state })
2✔
UNCOV
15
  end
16

UNCOV
17
  private
2✔
18

UNCOV
19
    def session_token
2✔
UNCOV
20
      SystemUser.mediaflux_session
2✔
UNCOV
21
    end
22

UNCOV
23
    def version_request
2✔
UNCOV
24
      Mediaflux::VersionRequest.new(session_token: session_token)
2✔
UNCOV
25
    end
26

UNCOV
27
    def mf_version
2✔
UNCOV
28
      version_request.version
2✔
UNCOV
29
    end
UNCOV
30
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