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

readded is not none statements #127

Closed Tarcontar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #127 into master will not change coverage by %. The diff coverage is 91.17%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   98.03%   98.03%           
=======================================
  Files          50       50           
  Lines        4062     4062           
  Branches      754      754           
=======================================
  Hits         3982     3982           
  Misses         36       36           
  Partials       44       44           
Impacted Files Coverage Δ
...o_mesh_w3d/common/structs/mesh_structs/aabbtree.py 99.20% <0.00%> (ø)
io_mesh_w3d/common/utils/mesh_export.py 90.87% <0.00%> (ø)
io_mesh_w3d/common/utils/hierarchy_export.py 98.59% <66.66%> (ø)
io_mesh_w3d/common/structs/hlod.py 97.19% <100.00%> (ø)
io_mesh_w3d/common/structs/mesh.py 95.77% <100.00%> (ø)
io_mesh_w3d/common/structs/mesh_structs/texture.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/utils/helpers.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/utils/hierarchy_import.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/utils/material_export.py 96.77% <100.00%> (ø)
io_mesh_w3d/common/utils/mesh_import.py 98.61% <100.00%> (ø)
... and 2 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 f53f34f...5cfc261. Read the comment docs.