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

We're goin on an adventure! #34

Open octylFractal opened 3 years ago

octylFractal commented 3 years ago

Featuring Kyori.

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.02%. The diff coverage is 80.89%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #34      +/-   ##
============================================
+ Coverage     79.80%   79.83%   +0.02%     
  Complexity      628      628              
============================================
  Files            98       98              
  Lines          2392     2395       +3     
  Branches        234      234              
============================================
+ Hits           1909     1912       +3     
  Misses          401      401              
  Partials         82       82              
Impacted Files Coverage Δ Complexity Δ
...re/src/main/java/org/enginehub/piston/Command.java 81.81% <ø> (ø) 0.00 <0.00> (ø)
...java/org/enginehub/piston/config/ConfigHolder.java 78.57% <ø> (ø) 5.00 <0.00> (ø)
...va/org/enginehub/piston/config/ConfigRenderer.java 100.00% <ø> (ø) 14.00 <0.00> (ø)
.../enginehub/piston/converter/ArgumentConverter.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../piston/converter/ForwardingArgumentConverter.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ginehub/piston/converter/MapArgumentConverter.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../enginehub/piston/converter/MultiKeyConverter.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...nehub/piston/exception/StopExecutionException.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...org/enginehub/piston/exception/UsageException.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
...in/java/org/enginehub/piston/part/CommandPart.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
... and 21 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 cccb64a...a82ccde. Read the comment docs.