-
Notifications
You must be signed in to change notification settings - Fork 64
feat: Pre-Translation Report endpoint support #320
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: Pre-Translation Report endpoint support #320
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #320 +/- ##
============================================
+ Coverage 94.23% 94.23% +0.01%
- Complexity 822 823 +1
============================================
Files 193 193
Lines 2770 2772 +2
Branches 54 54
============================================
+ Hits 2610 2612 +2
Misses 134 134
Partials 26 26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
src/main/java/com/crowdin/client/translations/model/PreTranslationReportResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/crowdin/client/translations/TranslationsApi.java
Outdated
Show resolved
Hide resolved
src/main/java/com/crowdin/client/translations/model/PreTranslationReportResponse.java
Show resolved
Hide resolved
src/main/java/com/crowdin/client/translations/model/PreTranslationReportResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/crowdin/client/translations/model/PreTranslationReportResponse.java
Outdated
Show resolved
Hide resolved
src/test/java/com/crowdin/client/translations/TranslationsApiTest.java
Outdated
Show resolved
Hide resolved
andrii-bodnar
left a comment
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.
@Shivang-Kumar thank you!
Adds support for fetching Pre-Translation Reports Closes #319