zyxist / chainsaw

Gradle plugin: adds support for building Java 9 modules.
Apache License 2.0
70 stars 4 forks source link

fix issue #41 #42

Open siordache opened 5 years ago

siordache commented 5 years ago

use the host platform's path-separator character to delimit the files passed to the --patch-module option

codecov-io commented 5 years ago

Codecov Report

Merging #42 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #42   +/-   ##
=========================================
  Coverage     95.17%   95.17%           
  Complexity      207      207           
=========================================
  Files            35       35           
  Lines           539      539           
  Branches         20       20           
=========================================
  Hits            513      513           
  Misses           13       13           
  Partials         13       13
Impacted Files Coverage Δ Complexity Δ
...java/com/zyxist/chainsaw/jigsaw/cli/PatchItem.java 100% <100%> (ø) 4 <0> (ø) :arrow_down:
.../com/zyxist/chainsaw/algorithms/ModulePatcher.java 88.88% <100%> (ø) 10 <1> (ø) :arrow_down:

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 028e726...6660819. Read the comment docs.

siordache commented 5 years ago

Are there any plans to merge this PR and release a new version soon?