configcat / .net-sdk

ConfigCat SDK for .NET. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://configcat.com/docs/sdk-reference/csharp
Other
29 stars 8 forks source link

datagovernance #14

Closed endret closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into master will increase coverage by 0.61%. The diff coverage is 90.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   93.14%   93.75%   +0.61%     
==========================================
  Files          25       27       +2     
  Lines         613      689      +76     
  Branches      145      159      +14     
==========================================
+ Hits          571      646      +75     
+ Misses         12       10       -2     
- Partials       30       33       +3     
Impacted Files Coverage Δ
...igCatClient/ConfigService/LazyLoadConfigService.cs 75.00% <25.00%> (-18.75%) :arrow_down:
...CatClient/ConfigService/ManualPollConfigService.cs 57.14% <25.00%> (-42.86%) :arrow_down:
...igCatClient/ConfigService/AutoPollConfigService.cs 81.25% <66.66%> (-14.91%) :arrow_down:
src/ConfigCatClient/HttpConfigFetcher.cs 95.23% <95.08%> (+10.45%) :arrow_up:
src/ConfigCatClient/Cache/CacheParameters.cs 100.00% <100.00%> (ø)
src/ConfigCatClient/Cache/InMemoryConfigCache.cs 100.00% <100.00%> (ø)
src/ConfigCatClient/ConfigCatClient.cs 90.08% <100.00%> (+2.47%) :arrow_up:
src/ConfigCatClient/ConfigCatClientBuilder.cs 100.00% <100.00%> (ø)
src/ConfigCatClient/ConfigDeserializer.cs 100.00% <100.00%> (ø)
...ConfigCatClient/ConfigService/ConfigServiceBase.cs 92.85% <100.00%> (+8.24%) :arrow_up:
... and 10 more

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 a20c2d7...d75e88a. Read the comment docs.