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

Switch to elementTree #80

Closed Tarcontar closed 4 years ago

tgjones commented 4 years ago

Codecov Report

Merging #80 into master will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
- Coverage   96.74%   96.69%   -0.05%     
==========================================
  Files          35       35              
  Lines        3935     3876      -59     
  Branches      729      729              
==========================================
- Hits         3807     3748      -59     
+ Misses         50       49       -1     
- Partials       78       79       +1     

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 9eaecc2...34fdd67. Read the comment docs.

codecov-io commented 4 years ago

Codecov Report

Merging #80 into master will decrease coverage by 0.04%. The diff coverage is 92.68%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #80      +/-   ##
=========================================
- Coverage   96.75%   96.7%   -0.05%     
=========================================
  Files          35      35              
  Lines        3943    3884      -59     
  Branches      733     733              
=========================================
- Hits         3815    3756      -59     
+ Misses         50      49       -1     
- Partials       78      79       +1
Impacted Files Coverage Δ
..._mesh_w3d/w3x/structs/mesh_structs/bounding_box.py 100% <100%> (ø) :arrow_up:
io_mesh_w3d/w3x/structs/include.py 100% <100%> (ø) :arrow_up:
io_mesh_w3d/w3x/export_w3x.py 94.64% <100%> (-0.52%) :arrow_down:
io_mesh_w3d/shared/structs/mesh_structs/texture.py 96.42% <100%> (ø) :arrow_up:
...o_mesh_w3d/shared/structs/mesh_structs/triangle.py 100% <100%> (ø) :arrow_up:
...sh_w3d/w3x/structs/mesh_structs/bounding_sphere.py 100% <100%> (ø) :arrow_up:
io_mesh_w3d/w3x/import_w3x.py 88.15% <76.92%> (ø) :arrow_up:
io_mesh_w3d/shared/structs/collision_box.py 96.29% <77.77%> (+3.31%) :arrow_up:
io_mesh_w3d/shared/structs/hlod.py 97.19% <83.33%> (-0.07%) :arrow_down:
io_mesh_w3d/shared/structs/hierarchy.py 96.55% <84.21%> (-0.12%) :arrow_down:
... and 6 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 1d18c1a...68b73b0. Read the comment docs.