push
circleci
2 of 2 new or added lines in 1 file covered. (100.0%)
62 existing lines in 17 files now uncovered.978 of 983 relevant lines covered (99.49%)
102.54 hits per line
| 1 |
# frozen_string_literal: true
|
|
| 2 |
|
|
| 3 |
class LibraryWebsiteController < ServiceController |
3✔ |
| 4 |
def initialize |
3✔ |
|
UNCOV
5
|
super
|
6✔ |
|
UNCOV
6
|
@service = LibraryWebsite |
6✔ |
| 7 |
end
|
|
| 8 |
end
|