davidmoten / openapi-codegen

OpenAPI Java client and Spring server generator, strong typing, immutability, fail-fast validation, chained builders, feature rich
Apache License 2.0
8 stars 1 forks source link

fix import resolution for Object String (and other) member class clashes, javadoc fix, disable maven-build-cache #159

Closed davidmoten closed 5 months ago

davidmoten commented 5 months ago
codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 92.94118% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 69.06%. Comparing base (93dd4e5) to head (e862797).

Files Patch % Lines
...dmoten/oa3/codegen/generator/internal/Imports.java 91.78% 0 Missing and 6 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #159 +/- ## ============================================ + Coverage 69.00% 69.06% +0.05% - Complexity 1042 1043 +1 ============================================ Files 84 84 Lines 4436 4441 +5 Branches 604 606 +2 ============================================ + Hits 3061 3067 +6 Misses 1170 1170 + Partials 205 204 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.