crowdin / crowdin-api-client-dotnet

.NET client library for Crowdin API
https://www.nuget.org/packages/Crowdin.Api/
MIT License
50 stars 27 forks source link

feat(api): Fields API Support #229

Closed Riju-bak closed 4 months ago

Riju-bak commented 4 months ago

Fix for Issue #223

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 86.32479% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 58.74%. Comparing base (f45d418) to head (af7bb97). Report is 82 commits behind head on main.

Files Patch % Lines
...rowdin.Api/Core/Converters/FieldConfigConverter.cs 75.87% 5 Missing and 2 partials :warning:
src/Crowdin.Api/Fields/FieldsApiExecutor.cs 87.50% 5 Missing :warning:
src/Crowdin.Api/CrowdinApiClient.cs 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #229 +/- ## ========================================== + Coverage 50.38% 58.74% +8.36% ========================================== Files 277 343 +66 Lines 3688 5295 +1607 Branches 0 429 +429 ========================================== + Hits 1858 3110 +1252 - Misses 1830 2152 +322 - Partials 0 33 +33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Riju-bak commented 4 months ago

@andrii-bodnar You're welcome