push
circleci
16 of 30 new or added lines in 3 files covered. (53.33%)
74 existing lines in 17 files now uncovered.1009 of 1014 relevant lines covered (99.51%)
96.77 hits per line
| 1 |
# frozen_string_literal: true
|
|
| 2 |
|
|
|
|
class FindingaidsController < RackResponseController |
3✔ |
|
|
def initialize(request) |
3✔ |
|
UNCOV
5
|
super
|
17✔ |
|
UNCOV
6
|
@service = Findingaids |
17✔ |
| 7 |
end
|
|
| 8 |
end
|