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

Adds CharReader & CharReaderFromSyncStream & allows Charset.decode to support streams #1177

Merged
merged 4 commits into from
Dec 28, 2022

Conversation

soywiz
Copy link
Member

@soywiz soywiz commented Dec 28, 2022

@codecov-commenter
Copy link

Codecov Report

Base: 54.28% // Head: 54.31% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (5753845) compared to base (b15e2a9).
Patch coverage: 92.45% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1177      +/-   ##
==========================================
+ Coverage   54.28%   54.31%   +0.03%     
==========================================
  Files        1818     1820       +2     
  Lines      120664   120712      +48     
  Branches    18549    18556       +7     
==========================================
+ Hits        65503    65567      +64     
- Misses      49930    49932       +2     
+ Partials     5231     5213      -18     
Flag Coverage Δ
unittests 54.31% <92.45%> (+0.03%) ⬆️

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

Impacted Files Coverage Δ
...commonMain/kotlin/com/soywiz/korio/lang/Charset.kt 82.31% <90.00%> (+1.01%) ⬆️
...nMain/kotlin/com/soywiz/korio/stream/CharReader.kt 90.00% <90.00%> (ø)
...onTest/kotlin/com/soywiz/korio/lang/CharsetTest.kt 95.55% <92.85%> (+1.80%) ⬆️
...t/kotlin/com/soywiz/korio/stream/CharReaderTest.kt 100.00% <100.00%> (ø)
...oidMain/kotlin/com/soywiz/korio/lang/CharsetJvm.kt 80.00% <100.00%> (+7.27%) ⬆️
.../commonTest/kotlin/com/soywiz/korau/mod/S3MTest.kt 75.00% <0.00%> (-25.00%) ⬇️
...st/kotlin/com/soywiz/korge/view/ktree/KTreeTest.kt 85.71% <0.00%> (-14.29%) ⬇️
...mmonTest/kotlin/com/soywiz/korio/vfs/IsoVfsTest.kt 77.77% <0.00%> (-11.12%) ⬇️
.../kotlin/com/soywiz/korau/format/AudioFormatTest.kt 88.00% <0.00%> (-8.00%) ⬇️
...n/com/soywiz/korge/atlas/AtlasResourceProcessor.kt 77.77% <0.00%> (-5.56%) ⬇️
... and 25 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@soywiz soywiz merged commit d777e6b into main Dec 28, 2022
@soywiz soywiz deleted the feature/CharReader.from.stream branch October 4, 2023 19:15
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.

2 participants