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

Sanitize text escape sequences #1508

Merged
merged 4 commits into from
Mar 8, 2024

Improve sanitize_text() to keep selected CSI escape sequences

f9b1734
Select commit
Loading
Failed to load commit list.
Merged

Sanitize text escape sequences #1508

Improve sanitize_text() to keep selected CSI escape sequences
f9b1734
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 7, 2024 in 0s

31.48% (+0.13%) compared to 474cbd2

View this Pull Request on Codecov

31.48% (+0.13%) compared to 474cbd2

Details

Codecov Report

Attention: Patch coverage is 77.19298% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 31.48%. Comparing base (474cbd2) to head (f9b1734).
Report is 3 commits behind head on master.

Files Patch % Lines
osc/output/output.py 79.16% 10 Missing ⚠️
osc/output/tty.py 50.00% 2 Missing ⚠️
osc/core.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1508      +/-   ##
==========================================
+ Coverage   31.34%   31.48%   +0.13%     
==========================================
  Files         103      103              
  Lines       19013    19066      +53     
==========================================
+ Hits         5959     6002      +43     
- Misses      13054    13064      +10     

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