JuliaVTK / WriteVTK.jl

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

Tests: Fix Bezier cell rational weights and degree attributes #132

Closed m1ka05 closed 8 months ago

m1ka05 commented 8 months ago

Closes #131

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (c8b7097) 96.63% compared to head (9dc33f5) 96.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #132 +/- ## ======================================= Coverage 96.63% 96.63% ======================================= Files 15 15 Lines 832 832 ======================================= Hits 804 804 Misses 28 28 ```

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

jipolanco commented 8 months ago

Looks great, thanks!

m1ka05 commented 8 months ago

De nada, thanks for maintaining this package!