circleci
30 of 30 new or added lines in 3 files covered. (100.0%)
81 existing lines in 19 files now uncovered.1009 of 1014 relevant lines covered (99.51%)
96.77 hits per line
| 1 |
# frozen_string_literal: true
|
|
| 2 |
|
|
| 3 |
class LibguidesController < ServiceController |
3✔ |
| 4 |
def initialize |
3✔ |
|
UNCOV
5
|
super
|
12✔ |
|
UNCOV
6
|
@service = Libguides |
12✔ |
| 7 |
end
|
|
| 8 |
end
|