svenstaro / bvh

A fast BVH using SAH in rust
https://docs.rs/bvh
MIT License
225 stars 37 forks source link

Fix lints #79

Closed svenstaro closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #79 (c479fe1) into master (647a793) will increase coverage by 2.43%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   80.17%   82.61%   +2.43%     
==========================================
  Files           9        9              
  Lines        1564     1490      -74     
==========================================
- Hits         1254     1231      -23     
+ Misses        310      259      -51     
Impacted Files Coverage Δ
src/testbase.rs 78.85% <100.00%> (-10.65%) :arrow_down:
src/utils.rs 93.54% <0.00%> (-6.46%) :arrow_down:
src/ray.rs 94.03% <0.00%> (-0.67%) :arrow_down:
src/bvh/iter.rs 86.17% <0.00%> (ø)
src/axis.rs 44.73% <0.00%> (+1.14%) :arrow_up:
src/flat_bvh.rs 64.86% <0.00%> (+2.52%) :arrow_up:
src/bvh/optimization.rs 88.97% <0.00%> (+3.55%) :arrow_up:
src/bvh/bvh_impl.rs 73.20% <0.00%> (+11.48%) :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 054f7ba...c479fe1. Read the comment docs.