circleci
29 of 30 new or added lines in 3 files covered. (96.67%)
94 existing lines in 20 files now uncovered.976 of 1014 relevant lines covered (96.25%)
63.21 hits per line
| 1 |
# frozen_string_literal: true
|
|
| 2 |
|
|
| 3 |
class LibraryWebsiteController < ServiceController |
2✔ |
| 4 |
def initialize |
2✔ |
|
UNCOV
5
|
super
|
× |
|
UNCOV
6
|
@service = LibraryWebsite |
× |
| 7 |
end
|
|
| 8 |
end
|