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

Migration #155

Closed pokornyd closed 1 year ago

pokornyd commented 1 year ago

Motivation

Migration

Checklist

How to test

If manual testing is required, what are the steps?

pokornyd commented 1 year ago

are we going to rename the assembly from 'KontentModelGenerator' to something else as well, or are we keeping that?

Simply007 commented 1 year ago

are we going to rename the assembly from 'KontentModelGenerator' to something else as well, or are we keeping that?

Let's keep it like that - as we keep kontent as a command for Kontent.ai CLI

codecov[bot] commented 1 year ago

Codecov Report

Merging #155 (61d9fa7) into master (6fb52e3) will decrease coverage by 0.11%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
- Coverage   88.21%   88.09%   -0.12%     
==========================================
  Files          25       25              
  Lines         840      840              
  Branches       76       76              
==========================================
- Hits          741      740       -1     
  Misses         83       83              
- Partials       16       17       +1     
Impacted Files Coverage Δ
...ontent.Ai.ModelGenerator.Core/CodeGeneratorBase.cs 48.10% <ø> (ø)
...Generator.Core/Common/ClassCodeGeneratorFactory.cs 100.00% <ø> (ø)
...t.Ai.ModelGenerator.Core/Common/ClassDefinition.cs 100.00% <ø> (ø)
...enerator.Core/Common/InvalidIdentifierException.cs 100.00% <ø> (ø)
.../Kontent.Ai.ModelGenerator.Core/Common/Property.cs 96.61% <ø> (ø)
...nerator.Core/Configuration/CodeGeneratorOptions.cs 100.00% <ø> (ø)
...nt.Ai.ModelGenerator.Core/DeliveryCodeGenerator.cs 74.68% <ø> (ø)
...erator.Core/Generators/Class/ClassCodeGenerator.cs 100.00% <ø> (ø)
...ore/Generators/Class/DeliveryClassCodeGenerator.cs 100.00% <ø> (ø)
...Generators/Class/DeliveryClassCodeGeneratorBase.cs 100.00% <ø> (ø)
... and 16 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more