jbang icon indicating copy to clipboard operation
jbang copied to clipboard

feat: "zero" install now lives up to its name (#1219)

Open quintesse opened this issue 3 years ago • 1 comments

Rebased against main to see if we can reproduce what went wrong.

quintesse avatar Mar 22 '22 11:03 quintesse

Codecov Report

Merging #1320 (90b9257) into main (bc68aca) will increase coverage by 1.04%. The diff coverage is 50.00%.

@@             Coverage Diff              @@
##               main    #1320      +/-   ##
============================================
+ Coverage     56.51%   57.56%   +1.04%     
- Complexity     1154     1165      +11     
============================================
  Files            99       99              
  Lines          6142     6157      +15     
  Branches       1022     1028       +6     
============================================
+ Hits           3471     3544      +73     
+ Misses         2190     2114      -76     
- Partials        481      499      +18     
Flag Coverage Δ
Linux 56.43% <50.00%> (+1.11%) :arrow_up:
Windows 56.74% <50.00%> (+0.80%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/main/java/dev/jbang/Settings.java 65.85% <ø> (ø)
src/main/java/dev/jbang/cli/Version.java 5.88% <0.00%> (ø)
src/main/java/dev/jbang/cli/App.java 62.15% <51.11%> (+9.60%) :arrow_up:
src/main/java/dev/jbang/util/Util.java 54.02% <0.00%> (+1.08%) :arrow_up:
src/main/java/dev/jbang/util/UnpackUtil.java 32.38% <0.00%> (+32.38%) :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 bc68aca...90b9257. Read the comment docs.

codecov[bot] avatar Mar 22 '22 11:03 codecov[bot]