OpenSAGE / OpenSAGE.BlenderPlugin

A Westwood 3D Blender plugin. Imports & exports the W3D/W3X format to/from Blender.
https://opensage.github.io
GNU Lesser General Public License v3.0
50 stars 18 forks source link

Refactoring #195

Closed Tarcontar closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #195 (0e15d13) into master (48c90fd) will decrease coverage by 0.11%. The diff coverage is 80.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #195      +/-   ##
==========================================
- Coverage   98.58%   98.46%   -0.12%     
==========================================
  Files          50       50              
  Lines        4299     4313      +14     
  Branches      776      776              
==========================================
+ Hits         4238     4247       +9     
- Misses         55       60       +5     
  Partials        6        6              
Impacted Files Coverage Δ
io_mesh_w3d/geometry_export.py 22.05% <15.00%> (+2.05%) :arrow_up:
io_mesh_w3d/common/structs/animation.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/structs/collision_box.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/structs/hierarchy.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/structs/hlod.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/structs/mesh.py 100.00% <100.00%> (ø)
...o_mesh_w3d/common/structs/mesh_structs/aabbtree.py 100.00% <100.00%> (ø)
...o_mesh_w3d/common/structs/mesh_structs/triangle.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/structs/rgba.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/utils/animation_export.py 100.00% <100.00%> (ø)
... and 14 more

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 48c90fd...0e15d13. Read the comment docs.