kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK
https://www.nuget.org/packages/Kontent.Ai.Delivery
MIT License
32 stars 41 forks source link

Multiple delivery client factory #346

Closed Simply007 closed 1 year ago

Simply007 commented 1 year ago

Motivation

-> Mistake

Checklist

How to test

If manual testing is required, what are the steps?

codecov[bot] commented 1 year ago

Codecov Report

Merging #346 (c23893d) into master (0e16d70) will decrease coverage by 4.89%. The diff coverage is 86.56%.

@@            Coverage Diff             @@
##           master     #346      +/-   ##
==========================================
- Coverage   93.50%   88.60%   -4.90%     
==========================================
  Files         120      122       +2     
  Lines        2585     2651      +66     
  Branches      321      329       +8     
==========================================
- Hits         2417     2349      -68     
- Misses        160      172      +12     
- Partials        8      130     +122     
Impacted Files Coverage Δ
...very.Abstractions/Configuration/DeliveryOptions.cs 100.00% <ø> (ø)
...ontent.Ai.Delivery.Caching/DeliveryCacheOptions.cs 100.00% <ø> (ø)
...ndencyInjection/NamedDeliveryClientCacheFactory.cs 84.44% <ø> (-4.45%) :arrow_down:
...n/Builders/MultipleDeliveryClientFactoryBuilder.cs 75.67% <75.67%> (ø)
...njection/Extensions/ServiceCollectionExtensions.cs 94.28% <100.00%> (-0.88%) :arrow_down:
...pendencyInjection/MultipleDeliveryClientFactory.cs 100.00% <100.00%> (ø)
....DependencyInjection/NamedDeliveryClientFactory.cs 93.18% <100.00%> (-2.28%) :arrow_down:
Kontent.Ai.Delivery/DeliveryException.cs 42.85% <0.00%> (-28.58%) :arrow_down:
Kontent.Ai.Delivery.Caching/StringHelpers.cs 83.33% <0.00%> (-16.67%) :arrow_down:
Kontent.Ai.Delivery.Caching/CacheHelpers.cs 81.53% <0.00%> (-14.62%) :arrow_down:
... and 24 more

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