Skip to content

fixes

2becb96
Select commit
Loading
Failed to load commit list.
Merged

feat: strings context management #987

fixes
2becb96
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 23, 2026 in 0s

65.96% (+0.71%) compared to 9243204

View this Pull Request on Codecov

65.96% (+0.71%) compared to 9243204

Details

Codecov Report

❌ Patch coverage is 63.31658% with 146 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.96%. Comparing base (9243204) to head (2becb96).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...wdin/cli/commands/actions/ContextStatusAction.java 68.97% 19 Missing and 8 partials ⚠️
...owdin/cli/commands/actions/ContextResetAction.java 62.13% 17 Missing and 8 partials ⚠️
...main/java/com/crowdin/cli/utils/AiContextUtil.java 40.00% 21 Missing and 3 partials ⚠️
...in/cli/commands/actions/ContextDownloadAction.java 73.81% 12 Missing and 10 partials ⚠️
...n/cli/commands/picocli/ContextResetSubcommand.java 35.30% 4 Missing and 7 partials ⚠️
...a/com/crowdin/cli/client/CrowdinProjectClient.java 9.10% 10 Missing ⚠️
...rc/main/java/com/crowdin/cli/utils/StringUtil.java 25.00% 8 Missing and 1 partial ⚠️
.../cli/commands/picocli/ContextStatusSubcommand.java 45.46% 4 Missing and 2 partials ⚠️
...a/com/crowdin/cli/commands/actions/CliActions.java 0.00% 4 Missing ⚠️
...wdin/cli/commands/actions/ContextUploadAction.java 90.00% 1 Missing and 2 partials ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #987      +/-   ##
============================================
+ Coverage     65.26%   65.96%   +0.71%     
- Complexity     1679     1814     +135     
============================================
  Files           244      255      +11     
  Lines          6887     7455     +568     
  Branches       1047     1161     +114     
============================================
+ Hits           4494     4917     +423     
- Misses         1795     1898     +103     
- Partials        598      640      +42     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.