NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

Make ConnectedTextureRenderPipeline mask into a Predicate #259

Closed ExE-Boss closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #259 into master will decrease coverage by -0.76%. The diff coverage is 10%.

@@             Coverage Diff              @@
##             master     #259      +/-   ##
============================================
- Coverage     13.43%   12.67%   -0.76%     
- Complexity      664      712      +48     
============================================
  Files           401      404       +3     
  Lines         11727    13290    +1563     
  Branches       1254     1562     +308     
============================================
+ Hits           1575     1685     +110     
- Misses        10054    11502    +1448     
- Partials         98      103       +5
Impacted Files Coverage Δ Complexity Δ
...ender/pipeline/ConnectedTextureRenderPipeline.java 0% <ø> (ø) 0 <ø> (ø) :x:
src/main/java/nova/core/util/Pipeline.java 100% <100%> (ø) 5 <1> (ø) :x:
...in/java/nova/core/component/ComponentProvider.java 58.73% <ø> (-11.27%) 3% <ø> (+1%)
...c/main/java/nova/core/component/misc/Collider.java 32.5% <ø> (-3.87%) 4% <ø> (+2%)
src/main/java/nova/core/util/RayTracer.java 63.69% <ø> (-1.14%) 43% <ø> (+19%)
src/main/java/nova/core/component/Component.java 44.44% <ø> (-1.02%) 5% <ø> (+2%)
...e/wrapper/mc/forge/v17/launcher/NovaMinecraft.java 0% <ø> (ø) 0% <ø> (ø) :x:
...nova/core/component/transform/EntityTransform.java 40% <ø> (ø) 6% <ø> (+3%) :white_check_mark:
...in/java/nova/core/block/component/Connectable.java 0% <ø> (ø) 0% <ø> (ø) :x:
...a/core/wrapper/mc/forge/v17/util/WrapperEvent.java 0% <ø> (ø) 0% <ø> (ø) :x:
... and 53 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 820c854...d7568ae. Read the comment docs.