kontent-ai / model-generator-net

Kontent.ai .NET model generator.
https://www.nuget.org/packages/Kontent.Ai.ModelGenerator
MIT License
17 stars 19 forks source link

114 suggestions #115

Closed Sevitas closed 3 years ago

Sevitas commented 3 years ago

Motivation

Fixes #114

Checklist

How to test

Test if generated custom partial code contains usings, and typeProvider contains Codenames dictionary.

codecov[bot] commented 3 years ago

Codecov Report

Merging #115 (5d8ef0c) into master (a8f1852) will increase coverage by 0.23%. The diff coverage is 88.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   81.32%   81.56%   +0.23%     
==========================================
  Files          13       13              
  Lines         632      640       +8     
  Branches       55       56       +1     
==========================================
+ Hits          514      522       +8     
  Misses        101      101              
  Partials       17       17              
Impacted Files Coverage Δ
...tent.ModelGenerator.Core/BaseClassCodeGenerator.cs 86.27% <50.00%> (ø)
...ntico.Kontent.ModelGenerator.Core/CodeGenerator.cs 50.68% <50.00%> (ø)
...t.ModelGenerator.Core/TypeProviderCodeGenerator.cs 78.12% <83.33%> (ø)
....Kontent.ModelGenerator.Core/ClassCodeGenerator.cs 99.22% <96.00%> (+0.05%) :arrow_up:
...rc/Kentico.Kontent.ModelGenerator.Core/Property.cs 100.00% <100.00%> (ø)
...Kentico.Kontent.ModelGenerator.Core/TextHelpers.cs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a8f1852...5d8ef0c. Read the comment docs.

Sevitas commented 3 years ago

updated documentation