JuliaIO / MeshIO.jl

IO for Meshes
Other
79 stars 31 forks source link

Consider point/normal/uvtype in parsing 2DM, MSH and OBJ #78

Closed GerhardHippmann closed 2 years ago

GerhardHippmann commented 2 years ago

77

codecov[bot] commented 2 years ago

Codecov Report

Merging #78 (d473222) into master (e2f20a4) will not change coverage. The diff coverage is 83.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   93.17%   93.17%           
=======================================
  Files           8        8           
  Lines         410      410           
=======================================
  Hits          382      382           
  Misses         28       28           
Impacted Files Coverage Δ
src/io/obj.jl 96.77% <75.00%> (ø)
src/io/2dm.jl 89.65% <100.00%> (ø)
src/io/msh.jl 96.77% <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 e2f20a4...d473222. Read the comment docs.

sjkelly commented 2 years ago

Thanks!