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

Fix MCCraftingGrid #277

Closed ExE-Boss closed 7 years ago

ExE-Boss commented 7 years ago

This PR fixes comparing an Optional with a non-Optional in MCCraftingGrid.setStack.

codecov-io commented 7 years ago

Codecov Report

Merging #277 into master will not change coverage. The diff coverage is 0%.

@@            Coverage Diff            @@
##             master     #277   +/-   ##
=========================================
  Coverage     13.48%   13.48%           
  Complexity      674      674           
=========================================
  Files           405      405           
  Lines         11885    11885           
  Branches       1258     1258           
=========================================
  Hits           1603     1603           
  Misses        10183    10183           
  Partials         99       99
Impacted Files Coverage Δ Complexity Δ
...e/wrapper/mc/forge/v18/recipes/MCCraftingGrid.java 0% <0%> (ø) 0 <0> (ø) :x:
...e/wrapper/mc/forge/v17/recipes/MCCraftingGrid.java 0% <0%> (ø) 0 <0> (ø) :x:

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 5b4dc92...e4f0de5. Read the comment docs.