Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3348 - Fixed model generation bugs #3350

Merged
merged 6 commits into from
Jun 27, 2020
Merged

Conversation

dilipkrish
Copy link
Member

resolves #3348

@dilipkrish dilipkrish added the PR label Jun 27, 2020
@dilipkrish dilipkrish added this to the 3.0 milestone Jun 27, 2020
@sonarcloud
Copy link

sonarcloud bot commented Jun 27, 2020

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

41.0% 41.0% Coverage
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Jun 27, 2020

Codecov Report

Merging #3350 into master will decrease coverage by 0.02%.
The diff coverage is 87.14%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3350      +/-   ##
============================================
- Coverage     86.27%   86.25%   -0.03%     
  Complexity      230      230              
============================================
  Files           499      499              
  Lines         14802    14820      +18     
  Branches       1307     1309       +2     
============================================
+ Hits          12771    12783      +12     
- Misses         1520     1526       +6     
  Partials        511      511              
Impacted Files Coverage Δ Complexity Δ
...va/springfox/documentation/schema/ModelFacets.java 65.11% <0.00%> (-0.11%) 0.00 <0.00> (ø)
...ocumentation/schema/JacksonEnumTypeDeterminer.java 66.66% <0.00%> (-19.05%) 0.00 <0.00> (ø)
...x/documentation/schema/ModelReferenceProvider.java 97.56% <0.00%> (ø) 0.00 <0.00> (ø)
...ain/java/springfox/documentation/schema/Types.java 100.00% <ø> (ø) 0.00 <0.00> (ø)
...n/swagger/schema/OpenApiSchemaPropertyBuilder.java 86.48% <0.00%> (ø) 0.00 <0.00> (ø)
...tion/swagger1/web/SwaggerDefaultConfiguration.java 91.66% <ø> (ø) 0.00 <0.00> (ø)
...fox/documentation/swagger2/mappers/Properties.java 92.30% <0.00%> (+1.26%) 0.00 <0.00> (ø)
...swagger2/mappers/ServiceModelToSwagger2Mapper.java 68.88% <ø> (ø) 0.00 <0.00> (ø)
...ntation/spring/data/rest/SpecificationBuilder.java 93.75% <50.00%> (ø) 15.00 <0.00> (ø)
...ers/parameter/ModelAttributeParameterExpander.java 96.77% <80.00%> (-1.62%) 0.00 <0.00> (ø)
... and 14 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to find a model that matches key in 3.0-SNAPSHOT and Spring WebFlux
1 participant