Closed lukap3 closed 2 years ago
Merging #92 (e55975b) into master (98d467d) will decrease coverage by
0.00%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #92 +/- ##
==========================================
- Coverage 94.38% 94.37% -0.01%
==========================================
Files 7 7
Lines 979 978 -1
==========================================
- Hits 924 923 -1
Misses 39 39
Partials 16 16
Impacted Files | Coverage Δ | |
---|---|---|
openapi/generator.go | 93.93% <ø> (-0.01%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
@wI2L any more concerns about this PR?
@lukap3 Not, it's fine. Not a fan of the test run names that reflect the field being tested, but i'll pass on that.
Defining an optional (pointer) enum field results in an error:
enum value a cannot be converted to field type: unknown type *string: field=enumParam, type=
Since nullable enum fields are viable, this PR adds support for them