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

Coverage #157

Closed Tarcontar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #157 into master will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #157      +/-   ##
===========================================
+ Coverage   99.97%   100.00%   +0.02%     
===========================================
  Files          49        49              
  Lines        4027      4024       -3     
  Branches      713       713              
===========================================
- Hits         4026      4024       -2     
+ Partials        1         0       -1     
Impacted Files Coverage Δ
io_mesh_w3d/common/structs/collision_box.py 100.00% <ø> (ø)
io_mesh_w3d/common/utils/hlod_export.py 100.00% <ø> (ø)
io_mesh_w3d/common/utils/mesh_export.py 100.00% <ø> (+0.48%) :arrow_up:
io_mesh_w3d/w3x/io_xml.py 100.00% <ø> (ø)
io_mesh_w3d/w3d/utils/dazzle_import.py 100.00% <100.00%> (ø)
io_mesh_w3d/w3x/export_w3x.py 100.00% <100.00%> (ø)
io_mesh_w3d/w3x/import_w3x.py 100.00% <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 d51a4cd...d650388. Read the comment docs.