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
|
|
|
UNCOV
2
|
module Requests::Submissions |
× |
|
UNCOV
3
|
class Generic < Service |
× |
|
UNCOV
4
|
def initialize(submission, service_type: 'generic') |
× |
|
UNCOV
5
|
super
|
× |
|
UNCOV
6
|
end
|
× |
| 7 |
|
|
|
UNCOV
8
|
def handle |
× |
| 9 |
# something will go here eventually
|
|
|
UNCOV
10
|
end
|
× |
|
UNCOV
11
|
end
|
× |
|
UNCOV
12
|
end
|
× |