Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): Screenshots labelIds params support #213

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

Riju-bak
Copy link
Contributor

@Riju-bak Riju-bak commented Dec 6, 2023

Fix for Issue #209

@Riju-bak Riju-bak changed the title Feat(api) - Screenshots labelIds params support feat(api) - Screenshots labelIds params support Dec 6, 2023
@Riju-bak Riju-bak changed the title feat(api) - Screenshots labelIds params support feat(api): Screenshots labelIds params support Dec 6, 2023
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Attention: 107 lines in your changes are missing coverage. Please review.

Comparison is base (f45d418) 50.38% compared to head (75c06d2) 57.17%.
Report is 73 commits behind head on main.

Files Patch % Lines
src/Crowdin.Api/CrowdinApiClient.cs 0.00% 21 Missing ⚠️
...rowdin.Api/Applications/ApplicationsApiExecutor.cs 47.37% 20 Missing ⚠️
...c/Crowdin.Api/ProjectsGroups/FileFormatSettings.cs 0.00% 19 Missing ⚠️
...Crowdin.Api/Tasks/LanguageServiceTaskCreateForm.cs 0.00% 13 Missing ⚠️
...Api/Core/Converters/EmptyArrayAsObjectConverter.cs 50.00% 7 Missing and 1 partial ⚠️
...verters/ProjectStringsExporterSettingsConverter.cs 68.43% 4 Missing and 2 partials ⚠️
...ks/Organization/OrganizationWebhooksApiExecutor.cs 86.49% 5 Missing ⚠️
...in.Api/Core/Converters/DescriptionEnumConverter.cs 0.00% 1 Missing and 1 partial ⚠️
...rowdin.Api/ProjectsGroups/EnterpriseProjectForm.cs 0.00% 2 Missing ⚠️
...rc/Crowdin.Api/SourceStrings/StringBatchOpPatch.cs 91.31% 1 Missing and 1 partial ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #213      +/-   ##
==========================================
+ Coverage   50.38%   57.17%   +6.79%     
==========================================
  Files         277      327      +50     
  Lines        3688     5059    +1371     
  Branches        0      404     +404     
==========================================
+ Hits         1858     2892    +1034     
- Misses       1830     2135     +305     
- Partials        0       32      +32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@andrii-bodnar andrii-bodnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Riju-bak thank you!

@andrii-bodnar andrii-bodnar merged commit dfa5082 into crowdin:main Dec 6, 2023
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Screenshots APIs: add the labelIds parameter support
2 participants