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

Implement NovaLauncher mod dependency version checking #273

Closed ExE-Boss closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #273 into master will increase coverage by 0.37%. The diff coverage is 48.31%.

@@             Coverage Diff              @@
##             master     #273      +/-   ##
============================================
+ Coverage     13.23%   13.61%   +0.37%     
- Complexity      684      705      +21     
============================================
  Files           405      405              
  Lines         12198    12287      +89     
  Branches       1288     1313      +25     
============================================
+ Hits           1615     1673      +58     
- Misses        10482    10497      +15     
- Partials        101      117      +16
Impacted Files Coverage Δ Complexity Δ
...n/java/nova/internal/core/launch/NovaLauncher.java 58.16% <48.31%> (+3.48%) 30 <9> (+18) :white_check_mark:
src/main/java/nova/core/component/fluid/Fluid.java 90% <0%> (-3.34%) 15% <0%> (-1%)
...main/java/nova/internal/core/launch/ModLoader.java 46.26% <0%> (+4.47%) 10% <0%> (+3%) :white_check_mark:
.../internal/core/launch/InitializationException.java 20% <0%> (+20%) 1% <0%> (+1%) :white_check_mark:

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 42603ed...2d55fd7. Read the comment docs.

RX14 commented 7 years ago

Merge conflict.

ExE-Boss commented 7 years ago

Conflict resolved and rebased to master