JuliaVTK / WriteVTK.jl

Julia package for writing VTK XML files
Other
151 stars 32 forks source link

Close TranscodingStream with stop_on_end set #137

Closed nhz2 closed 6 months ago

nhz2 commented 6 months ago

Now that https://github.com/JuliaIO/TranscodingStreams.jl/pull/178 has been released, this can be cleaned up.

Ref: #100

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 96.73%. Comparing base (da618b2) to head (46b0366).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #137 +/- ## ========================================== + Coverage 96.63% 96.73% +0.10% ========================================== Files 15 15 Lines 832 828 -4 ========================================== - Hits 804 801 -3 + Misses 28 27 -1 ```

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

jipolanco commented 6 months ago

Looks good, thanks!