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

pulibrary / tigerdata-app / f38a196c-60ac-4f70-afff-acf5f2a3dd33

09 Nov 2025 02:49PM UTC coverage: 77.281% (-14.0%) from 91.243%
f38a196c-60ac-4f70-afff-acf5f2a3dd33

Pull #2170

circleci

bess
Test that the Review and Submit step of the wizard has a Submit button
Pull Request #2170: Test that the Review and Submit step of the wizard has a Submit button

2490 of 3222 relevant lines covered (77.28%)

276.23 hits per line

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

0.0
/app/controllers/users/mediaflux_callbacks_controller.rb
1
# frozen_string_literal: true
2
class Users::MediafluxCallbacksController < ApplicationController
×
3
  def passthru
×
4
    session[:original_path] = params["path"]
×
5
    redirect_to session[:cas_login_url], allow_other_host: true
×
6
  end
×
7

8
  def cas
×
9
    ticket = params[:ticket]
×
10
    uri = URI.parse(session[:cas_validation_url])
×
11
    token = "#{uri.query}#{ticket}"
×
12
    current_user.mediaflux_login(token, session)
×
13
    redirect_to(session["original_path"] || dashboard_path)
×
14
  end
×
15
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