EngineHub / Piston

A generic command system, with tie-ins to many Minecraft platforms such as Bukkit, Forge, and Sponge.
GNU General Public License v3.0
17 stars 3 forks source link

Add support for nested command classes #31

Closed octylFractal closed 4 years ago

octylFractal commented 4 years ago

This fixes #11.

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #31      +/-   ##
============================================
+ Coverage     79.19%   79.21%   +0.01%     
- Complexity      615      616       +1     
============================================
  Files            97       97              
  Lines          2370     2372       +2     
  Branches        231      231              
============================================
+ Hits           1877     1879       +2     
  Misses          411      411              
  Partials         82       82              
Impacted Files Coverage Δ Complexity Δ
...ava/org/enginehub/piston/gen/CommandProcessor.java 84.82% <100.00%> (+0.27%) 25.00 <1.00> (+1.00)
...nehub/piston/gen/CommandRegistrationGenerator.java 95.16% <100.00%> (ø) 43.00 <1.00> (ø)

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 7fdaebe...5f4cf27. Read the comment docs.