crowdin / crowdin-api-client-dotnet

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

feat: Add Javascript File Export Options #190

Closed Riju-bak closed 1 year ago

Riju-bak commented 1 year ago

This is a fix for Issue #189

codecov[bot] commented 1 year ago

Codecov Report

Merging #190 (559a117) into main (f45d418) will increase coverage by 5.14%. Report is 58 commits behind head on main. The diff coverage is 87.14%.

@@            Coverage Diff             @@
##             main     #190      +/-   ##
==========================================
+ Coverage   50.38%   55.52%   +5.14%     
==========================================
  Files         277      321      +44     
  Lines        3688     4921    +1233     
==========================================
+ Hits         1858     2732     +874     
- Misses       1830     2189     +359     
Files Changed Coverage Δ
src/Crowdin.Api/Bundles/BundlePatch.cs 100.00% <ø> (ø)
src/Crowdin.Api/CrowdinApiClient.cs 14.45% <0.00%> (+7.97%) :arrow_up:
src/Crowdin.Api/Distributions/DistributionPatch.cs 100.00% <ø> (ø)
src/Crowdin.Api/Glossaries/GlossaryExportStatus.cs 0.00% <0.00%> (ø)
src/Crowdin.Api/Glossaries/GlossaryImportStatus.cs 0.00% <0.00%> (ø)
...rowdin.Api/ProjectsGroups/EnterpriseProjectForm.cs 0.00% <0.00%> (ø)
...owdin.Api/ProjectsGroups/EnterpriseProjectPatch.cs 78.27% <ø> (+3.27%) :arrow_up:
...c/Crowdin.Api/ProjectsGroups/FileFormatSettings.cs 5.27% <0.00%> (-2.63%) :arrow_down:
.../Crowdin.Api/ProjectsGroups/ProjectSettingPatch.cs 78.27% <ø> (+3.27%) :arrow_up:
...wdin.Api/ProjectsGroups/StringsBasedProjectForm.cs 0.00% <0.00%> (ø)
... and 82 more

... and 58 files with indirect coverage changes

Riju-bak commented 1 year ago

@andrii-bodnar You're welcome