JuliaVTK / WriteVTK.jl

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

Implement polyhedron cells #87

Closed jipolanco closed 3 years ago

jipolanco commented 3 years ago

Closes #86

codecov-commenter commented 3 years ago

Codecov Report

Merging #87 (fdb205d) into master (2faa0af) will increase coverage by 0.29%. The diff coverage is 93.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   91.76%   92.05%   +0.29%     
==========================================
  Files          14       15       +1     
  Lines         607      642      +35     
==========================================
+ Hits          557      591      +34     
- Misses         50       51       +1     
Impacted Files Coverage Δ
src/VTKCellTypes.jl 100.00% <ø> (ø)
src/WriteVTK.jl 84.21% <ø> (+0.42%) :arrow_up:
src/gridtypes/unstructured/polyhedron.jl 93.75% <93.75%> (ø)
src/gridtypes/unstructured/unstructured.jl 95.00% <94.11%> (+0.88%) :arrow_up:

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 2faa0af...fdb205d. Read the comment docs.