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

Be robust against invalid utf-8 byte sequences and surrogateescape them when en- or decoding #144

Merged
merged 2 commits into from
Oct 3, 2024

Merge branch 'main' into surrogate-escape-strings

426eadf
Select commit
Loading
Failed to load commit list.
Merged

Be robust against invalid utf-8 byte sequences and surrogateescape them when en- or decoding #144

Merge branch 'main' into surrogate-escape-strings
426eadf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 2024 in 0s

83.89% (+0.19%) compared to 8d6fe37

View this Pull Request on Codecov

83.89% (+0.19%) compared to 8d6fe37

Details

Codecov Report

Attention: Patch coverage is 68.18182% with 7 lines in your changes missing coverage. Please review.

Project coverage is 83.89%. Comparing base (8d6fe37) to head (426eadf).

Files with missing lines Patch % Lines
flow/record/utils.py 63.63% 4 Missing ⚠️
flow/record/adapter/elastic.py 0.00% 1 Missing ⚠️
flow/record/adapter/xlsx.py 50.00% 1 Missing ⚠️
flow/record/fieldtypes/__init__.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #144      +/-   ##
==========================================
+ Coverage   83.70%   83.89%   +0.19%     
==========================================
  Files          34       34              
  Lines        3485     3458      -27     
==========================================
- Hits         2917     2901      -16     
+ Misses        568      557      -11     

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