Skip to content

Update#11

Merged
alexpdev merged 2 commits intomasterfrom
update
Mar 17, 2022
Merged

Update#11
alexpdev merged 2 commits intomasterfrom
update

Conversation

@alexpdev
Copy link
Owner

Fixes #10

Add full Unicode support.

@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #11 (ff8de27) into master (7b9dbb3) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          676       704   +28     
=========================================
+ Hits           676       704   +28     
Impacted Files Coverage Δ
pyben/api.py 100.00% <100.00%> (ø)
pyben/bencode.py 100.00% <100.00%> (ø)
pyben/classes.py 100.00% <100.00%> (ø)
pyben/version.py 100.00% <100.00%> (ø)
tests/test_api.py 100.00% <100.00%> (ø)
tests/test_classes.py 100.00% <100.00%> (ø)
tests/test_funcs.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b9dbb3...ff8de27. Read the comment docs.

@alexpdev alexpdev self-assigned this Mar 17, 2022
@alexpdev alexpdev merged commit b1726ed into master Mar 17, 2022
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.

size = str(len(txt.encode("utf-8"))) + ":"

1 participant