Knotx / knotx-launcher

Launcher provides a way to configure and run bare Knot.x instance.
https://knotx.io
Apache License 2.0
1 stars 0 forks source link

Feature/unit tests for knotx command #18

Closed marcinkp closed 5 years ago

marcinkp commented 5 years ago

Description

Motivation and Context

Screenshots (if appropriate)

Upgrade notes (if appropriate)

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will increase coverage by 6.96%. The diff coverage is 88.46%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #18      +/-   ##
============================================
+ Coverage     73.39%   80.35%   +6.96%     
- Complexity      133      153      +20     
============================================
  Files            16       17       +1     
  Lines           575      616      +41     
  Branches         29       30       +1     
============================================
+ Hits            422      495      +73     
+ Misses          138      105      -33     
- Partials         15       16       +1
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/knotx/launcher/KnotxCommand.java 34.44% <60%> (+34.44%) 9 <3> (+9) :arrow_up:
.../test/java/io/knotx/launcher/KnotxCommandTest.java 95.23% <95.23%> (ø) 10 <10> (?)
...in/java/io/knotx/launcher/KnotxCommandFactory.java 100% <0%> (+100%) 1% <0%> (+1%) :arrow_up:

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 16dc468...b3a68d2. Read the comment docs.