circleci
0 of 37 new or added lines in 3 files covered. (0.0%)
757 existing lines in 36 files now uncovered.2134 of 3284 relevant lines covered (64.98%)
168.86 hits per line
| 1 |
# frozen_string_literal: true
|
|
|
UNCOV
2
|
class RequestSubmitController < ApplicationController |
× |
|
UNCOV
3
|
before_action :set_breadcrumbs
|
× |
| 4 |
|
|
| 5 |
# GET /request_submit
|
|
|
UNCOV
6
|
def index; end |
× |
| 7 |
|
|
|
UNCOV
8
|
private |
× |
| 9 |
|
|
|
UNCOV
10
|
def set_breadcrumbs |
× |
| 11 |
add_breadcrumb("Dashboard", dashboard_path)
|
× |
| 12 |
add_breadcrumb("New Project Request")
|
× |
|
UNCOV
13
|
end
|
× |
|
UNCOV
14
|
end
|
× |