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

Fix invalid character reference parsing #429

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.45%. Comparing base (8917f5c) to head (58028ec).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #429      +/-   ##
==========================================
+ Coverage   97.36%   97.45%   +0.09%     
==========================================
  Files          11       11              
  Lines        1137     1138       +1     
==========================================
+ Hits         1107     1109       +2     
+ Misses         30       29       -1     
Flag Coverage Δ
unittests-3.10 97.45% <100.00%> (+0.09%) ⬆️
unittests-3.11 97.45% <100.00%> (+0.09%) ⬆️
unittests-3.12 97.45% <100.00%> (+0.09%) ⬆️
unittests-3.8 97.45% <100.00%> (+0.09%) ⬆️
unittests-3.9 97.45% <100.00%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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.

UnicodeEncodeError "surrogates not allowed" raised when converting utf-16-encoded emoji
1 participant