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

Fix issues #119

Closed Tarcontar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #119 into master will increase coverage by 0.25%. The diff coverage is 99.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
+ Coverage   97.72%   97.97%   +0.25%     
==========================================
  Files          50       50              
  Lines        4036     4050      +14     
  Branches      751      750       -1     
==========================================
+ Hits         3944     3968      +24     
+ Misses         42       38       -4     
+ Partials       50       44       -6
Impacted Files Coverage Δ
...o_mesh_w3d/common/structs/mesh_structs/triangle.py 100% <100%> (ø) :arrow_up:
io_mesh_w3d/custom_properties.py 100% <100%> (ø) :arrow_up:
io_mesh_w3d/common/utils/mesh_import.py 98.61% <100%> (+3.08%) :arrow_up:
io_mesh_w3d/common/utils/helpers.py 100% <100%> (+4.44%) :arrow_up:
io_mesh_w3d/common/structs/mesh.py 95.77% <100%> (ø) :arrow_up:
...3d/common/structs/mesh_structs/vertex_influence.py 100% <100%> (ø) :arrow_up:
io_mesh_w3d/common/utils/animation_export.py 96.59% <100%> (ø) :arrow_up:
io_mesh_w3d/common/utils/mesh_export.py 89.15% <100%> (+1.96%) :arrow_up:
io_mesh_w3d/w3d/export_w3d.py 100% <100%> (ø) :arrow_up:
io_mesh_w3d/common/structs/animation.py 96.24% <100%> (+0.44%) :arrow_up:
... and 8 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 85059e9...ef3f5d8. Read the comment docs.