github
0 of 18 new or added lines in 4 files covered. (0.0%)
3922 existing lines in 105 files now uncovered.0 of 4086 relevant lines covered (0.0%)
0.0 hits per line
1 |
# frozen_string_literal: true
|
|
2 |
|
|
UNCOV
3
|
class UnprocessableEntitySerializer |
× |
4 |
|
|
UNCOV
5
|
include Swagger::Blocks |
× |
6 |
|
|
UNCOV
7
|
swagger_schema('UnprocessableEntity') do |
× |
UNCOV
8
|
property :source do |
× |
UNCOV
9
|
property :pointer, type: :string |
× |
UNCOV
10
|
end
|
× |
UNCOV
11
|
property :details, type: :string |
× |
UNCOV
12
|
end
|
× |
13 |
|
|
UNCOV
14
|
end
|
× |