circleci
0 of 4 new or added lines in 3 files covered. (0.0%)
2099 existing lines in 140 files now uncovered.3881 of 6191 relevant lines covered (62.69%)
74.9 hits per line
1 |
# frozen_string_literal: true
|
|
2 |
|
|
3 |
class EventProcessor |
1✔ |
4 |
class DeleteProcessor < Processor |
1✔ |
5 |
def process |
1✔ |
UNCOV
6
|
index.delete_by_query "id:#{RSolr.solr_escape(id)}"
|
× |
UNCOV
7
|
index.commit unless bulk?
|
× |
UNCOV
8
|
true
|
× |
9 |
end
|
|
10 |
end
|
|
11 |
end
|