JuliaIO / ProtoBuf.jl

Julia protobuf implementation
Other
205 stars 55 forks source link

Fixes #243 #244

Closed dourouc05 closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (97f55ed) 92.34% compared to head (ab5d144) 92.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #244 +/- ## ========================================== + Coverage 92.34% 92.46% +0.12% ========================================== Files 25 25 Lines 2807 2812 +5 ========================================== + Hits 2592 2600 +8 + Misses 215 212 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Drvi commented 8 months ago

Thanks for catching this and the PR! I'll push a couple of tweaks to avoid quadratic string copies, while we're at it:)