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] Code coverage #104

Closed Tarcontar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #104 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   97.08%   97.09%   +<.01%     
==========================================
  Files          50       50              
  Lines        4018     4024       +6     
  Branches      759      760       +1     
==========================================
+ Hits         3901     3907       +6     
  Misses         51       51              
  Partials       66       66
Impacted Files Coverage Δ
...o_mesh_w3d/common/structs/mesh_structs/aabbtree.py 99.2% <100%> (ø) :arrow_up:
io_mesh_w3d/common/structs/hlod.py 97.19% <100%> (ø) :arrow_up:
io_mesh_w3d/common/structs/animation.py 95.79% <100%> (+0.01%) :arrow_up:
io_mesh_w3d/common/structs/hierarchy.py 96.61% <100%> (+0.05%) :arrow_up:
io_mesh_w3d/common/structs/collision_box.py 96.42% <100%> (+0.13%) :arrow_up:
io_mesh_w3d/common/structs/mesh.py 95.21% <100%> (+0.01%) :arrow_up:

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 de726bf...2683590. Read the comment docs.