push
circleci
0 of 33 new or added lines in 1 file covered. (0.0%)
9374 existing lines in 213 files now uncovered.47 of 9753 relevant lines covered (0.48%)
0.01 hits per line
| 1 |
# frozen_string_literal: true
|
|
| 2 |
|
|
|
UNCOV
3
|
class IndexMetadataComponent < ViewComponent::Base |
× |
|
UNCOV
4
|
def initialize(presenter:) |
× |
|
UNCOV
5
|
@presenter = presenter
|
× |
|
UNCOV
6
|
end
|
× |
|
UNCOV
7
|
end
|
× |