crowdin / crowdin-api-client-dotnet

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

Add Translation Memory tests #106

Closed innomaxx closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #106 (4e3bdcc) into main (2383c79) will increase coverage by 2.90%. The diff coverage is 0.00%.

:exclamation: Current head 4e3bdcc differs from pull request most recent head f758d2b. Consider uploading reports for the commit f758d2b to get more accurate results

@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
+ Coverage   46.75%   49.65%   +2.90%     
==========================================
  Files         272      272              
  Lines        3630     3630              
==========================================
+ Hits         1697     1802     +105     
+ Misses       1933     1828     -105     
Impacted Files Coverage Δ
src/Crowdin.Api/CrowdinApiClient.cs 6.70% <0.00%> (ø)
src/Crowdin.Api/TranslationMemory/TmsListParams.cs 88.24% <0.00%> (+88.24%) :arrow_up:
.../TranslationMemory/TranslationMemoryApiExecutor.cs 92.31% <0.00%> (+92.31%) :arrow_up:
src/Crowdin.Api/TranslationMemory/TmPatch.cs 100.00% <0.00%> (+100.00%) :arrow_up:
src/Crowdin.Api/TranslationMemory/AddTmRequest.cs 100.00% <0.00%> (+100.00%) :arrow_up:
...rc/Crowdin.Api/TranslationMemory/TmExportStatus.cs 100.00% <0.00%> (+100.00%) :arrow_up:
...rc/Crowdin.Api/TranslationMemory/TmImportStatus.cs 100.00% <0.00%> (+100.00%) :arrow_up:
...c/Crowdin.Api/TranslationMemory/ExportTmRequest.cs 100.00% <0.00%> (+100.00%) :arrow_up:
...c/Crowdin.Api/TranslationMemory/ImportTmRequest.cs 100.00% <0.00%> (+100.00%) :arrow_up:
...Crowdin.Api/TranslationMemory/TranslationMemory.cs 100.00% <0.00%> (+100.00%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

andrii-bodnar commented 1 year ago

@innomaxx tests have failed, please check