-
Notifications
You must be signed in to change notification settings - Fork 32
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): added endpoint for batch source string editing #198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DE-dylan-lauzon thank you for the contribution!
I just left a few comments, please address them.
Co-authored-by: Andrii Bodnar <[email protected]>
Co-authored-by: Andrii Bodnar <[email protected]>
Co-authored-by: Andrii Bodnar <[email protected]>
Addressed the issues noted. |
@DE-dylan-lauzon the CI has failed, please check the logs - https://github.com/crowdin/crowdin-api-client-php/actions/runs/11838764482/job/32990682687?pr=198 |
Sorry about that. CS fixer caught a couple bits of whitespace that I missed. It passes locally, now. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #198 +/- ##
============================================
+ Coverage 89.36% 89.37% +0.01%
- Complexity 1293 1294 +1
============================================
Files 119 119
Lines 3390 3393 +3
============================================
+ Hits 3029 3032 +3
Misses 361 361 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DE-dylan-lauzon thank you!
Addresses issue #133