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

[WIP] increase code coverage #153

Closed Tarcontar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #153 into master will increase coverage by 1.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #153      +/-   ##
==========================================
+ Coverage   98.70%   99.80%   +1.09%     
==========================================
  Files          49       49              
  Lines        4029     4027       -2     
  Branches      721      713       -8     
==========================================
+ Hits         3977     4019      +42     
+ Misses         19        3      -16     
+ Partials       33        5      -28     
Impacted Files Coverage Δ
...w3d/common/structs/mesh_structs/shader_material.py 100.00% <ø> (+2.11%) :arrow_up:
io_mesh_w3d/common/structs/animation.py 100.00% <100.00%> (+3.70%) :arrow_up:
io_mesh_w3d/common/structs/collision_box.py 100.00% <100.00%> (+3.57%) :arrow_up:
io_mesh_w3d/common/structs/hierarchy.py 100.00% <100.00%> (+3.30%) :arrow_up:
io_mesh_w3d/common/structs/hlod.py 100.00% <100.00%> (+2.77%) :arrow_up:
io_mesh_w3d/common/structs/mesh.py 100.00% <100.00%> (+4.05%) :arrow_up:
...o_mesh_w3d/common/structs/mesh_structs/aabbtree.py 100.00% <100.00%> (+0.77%) :arrow_up:
io_mesh_w3d/common/utils/material_export.py 100.00% <100.00%> (+3.20%) :arrow_up:
io_mesh_w3d/common/utils/material_import.py 98.83% <100.00%> (+0.57%) :arrow_up:
... 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 7d40859...197022b. Read the comment docs.