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: option to skip special chars escape #144

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

yevheniyJ
Copy link
Collaborator

No description provided.

@yevheniyJ yevheniyJ linked an issue Jan 7, 2025 that may be closed by this pull request
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

Attention: Patch coverage is 45.45455% with 6 lines in your changes missing coverage. Please review.

Project coverage is 19.86%. Comparing base (12394ab) to head (a58e3dd).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
.../main/java/com/crowdin/client/config/FileBean.java 40.00% 2 Missing and 1 partial ⚠️
src/main/java/com/crowdin/logic/SourceLogic.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #144      +/-   ##
============================================
+ Coverage     19.75%   19.86%   +0.12%     
- Complexity      211      213       +2     
============================================
  Files            60       60              
  Lines          2847     2855       +8     
  Branches        369      370       +1     
============================================
+ Hits            562      567       +5     
- Misses         2217     2220       +3     
  Partials         68       68              

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

README.md Outdated Show resolved Hide resolved
@andrii-bodnar andrii-bodnar merged commit 179e701 into master Jan 15, 2025
5 checks passed
@andrii-bodnar andrii-bodnar deleted the disable-escape-special-chars branch January 15, 2025 14:24
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.

Add option to disable escaping characters.
2 participants